weboptimizer 2.0.1569 → 2.0.1570

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1569",
3
+ "version": "2.0.1570",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -1594,7 +1594,9 @@
1594
1594
  "options": {
1595
1595
  "compiler": {
1596
1596
  "compileDebug": true,
1597
- "debug": true
1597
+ "debug": true,
1598
+ "strict": true,
1599
+ "_with": false
1598
1600
  }
1599
1601
  }
1600
1602
  }