weboptimizer 2.0.1300 → 2.0.1301

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1300",
3
+ "version": "2.0.1301",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -1619,6 +1619,9 @@
1619
1619
  "devMiddleware": {
1620
1620
  "index": {
1621
1621
  "__evaluate__": "self.files.defaultHTML.filename"
1622
+ },
1623
+ "mimeTypes": {
1624
+ "ejs": "text/html"
1622
1625
  }
1623
1626
  }
1624
1627
  }