@nx/webpack 22.6.0-pr.34722.ef1fe91 → 22.6.0-pr.34746.a1e500d

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/webpack",
3
- "version": "22.6.0-pr.34722.ef1fe91",
3
+ "version": "22.6.0-pr.34746.a1e500d",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Webpack contains executors and generators that support building applications using Webpack.",
6
6
  "repository": {
@@ -37,9 +37,9 @@
37
37
  "babel-loader": "^9.1.2",
38
38
  "browserslist": "^4.26.0",
39
39
  "picocolors": "^1.1.0",
40
- "copy-webpack-plugin": "^10.2.4",
40
+ "copy-webpack-plugin": "^14.0.0",
41
41
  "css-loader": "^6.4.0",
42
- "css-minimizer-webpack-plugin": "^5.0.0",
42
+ "css-minimizer-webpack-plugin": "^8.0.0",
43
43
  "fork-ts-checker-webpack-plugin": "7.2.13",
44
44
  "less": "^4.1.3",
45
45
  "less-loader": "^11.1.0",
@@ -64,11 +64,11 @@
64
64
  "webpack-dev-server": "^5.2.1",
65
65
  "webpack-node-externals": "^3.0.0",
66
66
  "webpack-subresource-integrity": "^5.1.0",
67
- "@nx/devkit": "22.6.0-pr.34722.ef1fe91",
68
- "@nx/js": "22.6.0-pr.34722.ef1fe91"
67
+ "@nx/devkit": "22.6.0-pr.34746.a1e500d",
68
+ "@nx/js": "22.6.0-pr.34746.a1e500d"
69
69
  },
70
70
  "devDependencies": {
71
- "nx": "22.6.0-pr.34722.ef1fe91"
71
+ "nx": "22.6.0-pr.34746.a1e500d"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"
@@ -311,6 +311,7 @@ function applyNxDependentConfig(options, config, { useNormalizedEntry } = {}) {
311
311
  ],
312
312
  dot: true,
313
313
  },
314
+ noErrorOnMissing: true,
314
315
  };
315
316
  }),
316
317
  }));
@@ -1 +1 @@
1
- {"version":3,"file":"create-copy-plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/webpack/src/utils/create-copy-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,gBAAgB,EAAE,qBAoB1D"}
1
+ {"version":3,"file":"create-copy-plugin.d.ts","sourceRoot":"","sources":["../../../../../packages/webpack/src/utils/create-copy-plugin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,iBAAiB,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAE/D,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,gBAAgB,EAAE,qBAqB1D"}
@@ -19,6 +19,7 @@ function createCopyPlugin(assets) {
19
19
  ],
20
20
  dot: true,
21
21
  },
22
+ noErrorOnMissing: true,
22
23
  };
23
24
  }),
24
25
  });