weboptimizer 2.0.1625 → 2.0.1627

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 +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1625",
3
+ "version": "2.0.1627",
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",
@@ -212,6 +212,9 @@
212
212
  "@types/html-minifier": {
213
213
  "optional": true
214
214
  },
215
+ "@types/imagemin": {
216
+ "optional": true
217
+ },
215
218
  "@types/node": {
216
219
  "optional": true
217
220
  },
@@ -248,6 +251,9 @@
248
251
  "image-minimizer-webpack-plugin": {
249
252
  "optional": true
250
253
  },
254
+ "imagemin": {
255
+ "optional": true
256
+ },
251
257
  "jest": {
252
258
  "optional": true
253
259
  },
@@ -803,7 +809,7 @@
803
809
  ]
804
810
  },
805
811
  "inPlace": {
806
- "#": "Indicates whether to include the corresponding artefacts into build target artefact or reference them to dynamically include them during runtime.",
812
+ "#": "Indicates whether to include the corresponding artefacts into build target artefact or reference them to dynamically load them during runtime.",
807
813
  "cascadingStyleSheet": {
808
814
  "head": ".+"
809
815
  },