weboptimizer 2.0.1531 → 2.0.1532

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1531",
3
+ "version": "2.0.1532",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -1177,15 +1177,15 @@
1177
1177
  "plugins": [
1178
1178
  "@babel/plugin-proposal-nullish-coalescing-operator",
1179
1179
  [
1180
- "@babel/plugin-transform-private-methods",
1180
+ "@babel/plugin-proposal-decorators",
1181
1181
  {
1182
- "loose": true
1182
+ "version": "legacy"
1183
1183
  }
1184
1184
  ],
1185
1185
  [
1186
- "@babel/plugin-proposal-decorators",
1186
+ "@babel/plugin-transform-private-methods",
1187
1187
  {
1188
- "legacy": true
1188
+ "loose": true
1189
1189
  }
1190
1190
  ],
1191
1191
  [