@pixolith/webpack-sw6-config 6.1.4 → 6.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": "6.1.4",
4
+ "version": "6.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": "191cbc7ae88b565da1449eb915c8ab1572d7b9cf",
24
+ "gitHead": "47cfadc943f7467427b0cad68856eb09da1f5d77",
25
25
  "dependencies": {
26
26
  "@babel/core": "^7.16.12",
27
27
  "@babel/plugin-proposal-class-properties": "^7.16.7",
@@ -191,7 +191,7 @@ module.exports = {
191
191
  }),
192
192
 
193
193
  new FilenameLinterPlugin({
194
- ignoreFiles: [/node_modules/, /vendor\/shopware/, /.*\.plugin\.js/],
194
+ ignoreFiles: [/node_modules/, /custom\/apps/, /vendor\/shopware/, /.*\.plugin\.js/],
195
195
  rules: {
196
196
  // check cases here https://github.com/blakeembrey/change-case
197
197
  scss: 'paramCase',