weboptimizer 2.0.1166 → 2.0.1167

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1166",
3
+ "version": "2.0.1167",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -1176,7 +1176,7 @@
1176
1176
  ]
1177
1177
  }
1178
1178
  ],
1179
- "@babel/transform-runtime"
1179
+ "@babel/plugin-transform-runtime"
1180
1180
  ],
1181
1181
  "presets": {
1182
1182
  "#": "NOTE: We have to disable module export/import transformation to allow tree shaking by the final (minimizer).",