weboptimizer 2.0.1191 → 2.0.1192

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 +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1191",
3
+ "version": "2.0.1192",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -1610,6 +1610,13 @@
1610
1610
  }
1611
1611
  }
1612
1612
  },
1613
+ "development": {
1614
+ "server": {
1615
+ "devMiddleware": {
1616
+ "index": "playground.html"
1617
+ }
1618
+ }
1619
+ },
1613
1620
  "document": {
1614
1621
  "commandLine": {
1615
1622
  "document": {