weboptimizer 2.0.1574 → 2.0.1575

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.1574",
3
+ "version": "2.0.1575",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -528,11 +528,11 @@
528
528
  "development": {
529
529
  "includeClient": null,
530
530
  "server": {
531
+ "allowedHosts": "all",
531
532
  "client": false,
532
533
  "compress": {
533
534
  "__evaluate__": "!self.debug"
534
535
  },
535
- "disableHostCheck": true,
536
536
  "historyApiFallback": true,
537
537
  "host": "0.0.0.0",
538
538
  "hot": false,