weboptimizer 2.0.1625 → 2.0.1626

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 +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1625",
3
+ "version": "2.0.1626",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -98,7 +98,7 @@
98
98
  "babel-loader": "^10.0.0",
99
99
  "babel-plugin-transform-modern-regexp": "^0.0.6",
100
100
  "babel-preset-minify": "^0.5.2",
101
- "clientnode": "3.0.1331",
101
+ "clientnode": "3.0.1332",
102
102
  "ejs": "^3.1.10",
103
103
  "exports-loader": "^5.0.0",
104
104
  "extract-loader": "^5.1.0",
@@ -248,6 +248,9 @@
248
248
  "image-minimizer-webpack-plugin": {
249
249
  "optional": true
250
250
  },
251
+ "imagemin": {
252
+ "optional": true
253
+ },
251
254
  "jest": {
252
255
  "optional": true
253
256
  },
@@ -803,7 +806,7 @@
803
806
  ]
804
807
  },
805
808
  "inPlace": {
806
- "#": "Indicates whether to include the corresponding artefacts into build target artefact or reference them to dynamically include them during runtime.",
809
+ "#": "Indicates whether to include the corresponding artefacts into build target artefact or reference them to dynamically load them during runtime.",
807
810
  "cascadingStyleSheet": {
808
811
  "head": ".+"
809
812
  },