weboptimizer 4.0.26 → 4.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.26",
3
+ "version": "4.0.27",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -94,7 +94,7 @@
94
94
  "babel-loader": "^10.1.1",
95
95
  "babel-plugin-polyfill-corejs3": "^1.0.0",
96
96
  "babel-plugin-transform-rewrite-imports": "^1.5.4",
97
- "clientnode": "4.0.1455",
97
+ "clientnode": "4.0.1456",
98
98
  "core-js": "^3.49.0",
99
99
  "ejs": "^6.0.1",
100
100
  "exports-loader": "^5.0.0",
@@ -142,7 +142,7 @@
142
142
  "mini-css-extract-plugin": "^2.10.2",
143
143
  "mkdirp": "^3.0.1",
144
144
  "node-fetch": "^3.3.2",
145
- "postcss": "^8.5.20",
145
+ "postcss": "^8.5.21",
146
146
  "postcss-fontpath": "^1.0.0",
147
147
  "postcss-import": "^16.1.1",
148
148
  "postcss-loader": "^8.2.1",
@@ -1201,15 +1201,16 @@
1201
1201
  "__evaluate__": "!self.debug"
1202
1202
  },
1203
1203
  "plugins": [
1204
- [
1205
- "@babel/plugin-transform-class-properties"
1206
- ],
1204
+ "#: NOTE: We need to place the decorators in front of all other class property transformations.",
1207
1205
  [
1208
1206
  "@babel/plugin-proposal-decorators",
1209
1207
  {
1210
1208
  "version": "legacy"
1211
1209
  }
1212
1210
  ],
1211
+ [
1212
+ "@babel/plugin-transform-class-properties"
1213
+ ],
1213
1214
  [
1214
1215
  "babel-plugin-transform-rewrite-imports",
1215
1216
  {