@plaudit/webpack-extensions 2.44.6 → 2.44.7

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.
@@ -286,8 +286,7 @@ function processIndividualWebpackConfig(config, webpackConfig, sources) {
286
286
  filename(pd) {
287
287
  const name = pd.chunk?.name?.replaceAll(/__[a-zA-Z0-9]+__/g, ""); // This removes the prefix that the cache group adds
288
288
  return name ? `${name}.css` : "[name].css";
289
- },
290
- layer: ""
289
+ }
291
290
  });
292
291
  }
293
292
  return plugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaudit/webpack-extensions",
3
- "version": "2.44.6",
3
+ "version": "2.44.7",
4
4
  "license": "UNLICENSED",
5
5
  "scripts": {
6
6
  "prepublishOnly": "rm -rf build && mkdir build && tsc",