@pixolith/webpack-sw6-config 8.1.2 → 8.1.5

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixolith/webpack-sw6-config",
3
3
  "public": true,
4
- "version": "8.1.2",
4
+ "version": "8.1.5",
5
5
  "description": "",
6
6
  "main": "src/index.js",
7
7
  "scripts": {},
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/pixolith/webpack-plugins/issues"
22
22
  },
23
23
  "homepage": "https://github.com/pixolith/webpack-plugins/tree/master/packages/webpack-hook-plugin/#readme",
24
- "gitHead": "bb63afafc35d2ac0cf4228fa7d7a9772bb8a767c",
24
+ "gitHead": "da6ef031102a9a90ae5fe7b2befab375ffed7e7a",
25
25
  "dependencies": {
26
26
  "@babel/cli": "7.23.4",
27
27
  "@babel/core": "^7.23.7",
@@ -35,7 +35,7 @@
35
35
  "@pixolith/webpack-assets-copy-plugin": "^8.0.0",
36
36
  "@pixolith/webpack-filename-linter-plugin": "^8.0.0",
37
37
  "@pixolith/webpack-hook-plugin": "^8.0.0",
38
- "@pixolith/webpack-sw6-plugin-map-emitter": "^8.1.2",
38
+ "@pixolith/webpack-sw6-plugin-map-emitter": "^8.1.4",
39
39
  "@pixolith/webpack-watcher": "^8.0.4",
40
40
  "@swc/core": "^1.7.0",
41
41
  "autoprefixer": "^10.4.14",
@@ -204,7 +204,7 @@ module.exports = {
204
204
  Path.extname(fromPath),
205
205
  '',
206
206
  ).replace('pxsw-', ''),
207
- pluginName = ChangeCase.pascalCase(composerPluginName);
207
+ pluginName = 'Pxsw' + ChangeCase.pascalCase(composerPluginName);
208
208
 
209
209
  let isPlugin = await Fs.existsSync(`custom/plugins/${pluginName}/src`),
210
210
  isStaticPlugin = await Fs.existsSync(`custom/static-plugins/${pluginName}/src`);