@pixolith/webpack-sw6-config 6.1.4 → 6.1.8
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 +91 -91
- package/src/webpack.config.dev.js +1 -1
package/package.json
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
2
|
+
"name": "@pixolith/webpack-sw6-config",
|
|
3
|
+
"public": true,
|
|
4
|
+
"version": "6.1.8",
|
|
5
|
+
"description": "",
|
|
6
|
+
"main": "src/index.js",
|
|
7
|
+
"scripts": {},
|
|
8
|
+
"files": [
|
|
9
|
+
"src/"
|
|
10
|
+
],
|
|
11
|
+
"engines": {
|
|
12
|
+
"node": ">=8.10.0"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/pixolith/webpack-plugins.git"
|
|
17
|
+
},
|
|
18
|
+
"author": "",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/pixolith/webpack-plugins/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/pixolith/webpack-plugins/tree/master/packages/webpack-hook-plugin/#readme",
|
|
24
|
+
"gitHead": "9d57e74d62849f2db57335ea3b5ecb1d01711d19",
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@babel/core": "^7.16.12",
|
|
27
|
+
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
28
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
|
29
|
+
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
30
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
31
|
+
"@babel/plugin-transform-classes": "^7.16.7",
|
|
32
|
+
"@babel/plugin-transform-runtime": "^7.16.10",
|
|
33
|
+
"@babel/preset-env": "^7.16.11",
|
|
34
|
+
"@pixolith/eslint-config-sw6": "^6.0.1",
|
|
35
|
+
"@pixolith/external-svg-sprite-loader": "^6.0.1",
|
|
36
|
+
"@pixolith/stylelint-config-standard": "^6.0.1",
|
|
37
|
+
"@pixolith/webpack-assets-copy-plugin": "^6.0.1",
|
|
38
|
+
"@pixolith/webpack-filename-linter-plugin": "^6.0.1",
|
|
39
|
+
"@pixolith/webpack-hook-plugin": "^6.0.1",
|
|
40
|
+
"@pixolith/webpack-twig-assets-emitter-plugin": "^6.1.0",
|
|
41
|
+
"@pixolith/webpack-watcher": "^6.0.1",
|
|
42
|
+
"autoprefixer": "^9.7.4",
|
|
43
|
+
"babel-eslint": "^10.0.3",
|
|
44
|
+
"babel-loader": "^8.2.3",
|
|
45
|
+
"change-case": "^4.1.1",
|
|
46
|
+
"chokidar": "^3.5.3",
|
|
47
|
+
"concurrently": "^5.2.0",
|
|
48
|
+
"consola": "^2.15.3",
|
|
49
|
+
"core-js": "^3.20.3",
|
|
50
|
+
"cross-env": "^7.0.3",
|
|
51
|
+
"css-loader": "^3.4.2",
|
|
52
|
+
"deepmerge": "^4.2.2",
|
|
53
|
+
"eslint": "^6.8.0",
|
|
54
|
+
"eslint-friendly-formatter": "^4.0.1",
|
|
55
|
+
"eslint-loader": "^3.0.3",
|
|
56
|
+
"eslint-plugin-filenames": "^1.3.2",
|
|
57
|
+
"eslint-plugin-spellcheck": "0.0.19",
|
|
58
|
+
"execa": "^4.0.0",
|
|
59
|
+
"external-svg-sprite-loader": "^5.0.1",
|
|
60
|
+
"extract-css-chunks-webpack-plugin": "^4.7.4",
|
|
61
|
+
"file-loader": "^5.0.2",
|
|
62
|
+
"glob": "^7.2.0",
|
|
63
|
+
"html-loader": "^0.5.5",
|
|
64
|
+
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
65
|
+
"postcss": "^7.0.26",
|
|
66
|
+
"postcss-loader": "^3.0.0",
|
|
67
|
+
"prettier": "^1.19.1",
|
|
68
|
+
"rimraf": "^3.0.2",
|
|
69
|
+
"sass": "^1.49.0",
|
|
70
|
+
"sass-loader": "^10.2.0",
|
|
71
|
+
"sass-resources-loader": "^2.2.4",
|
|
72
|
+
"string-replace-loader": "^2.2.0",
|
|
73
|
+
"style-loader": "^1.1.3",
|
|
74
|
+
"stylelint": "^13.0.0",
|
|
75
|
+
"stylelint-config-prettier": "^8.0.1",
|
|
76
|
+
"stylelint-config-standard": "^19.0.0",
|
|
77
|
+
"stylelint-prettier": "^1.1.2",
|
|
78
|
+
"stylelint-webpack-plugin": "^1.2.1",
|
|
79
|
+
"svg-sprite-loader": "^4.2.1",
|
|
80
|
+
"svg-transform-loader": "^2.0.8",
|
|
81
|
+
"svgo-loader": "^2.2.1",
|
|
82
|
+
"terser-webpack-plugin": "^2.3.3",
|
|
83
|
+
"time-fix-plugin": "^2.0.7",
|
|
84
|
+
"url-loader": "^3.0.0",
|
|
85
|
+
"webpack": "^4.41.5",
|
|
86
|
+
"webpack-cli": "^4.4.0",
|
|
87
|
+
"webpack-dev-server": "^3.10.1",
|
|
88
|
+
"webpack-glob-entry": "^2.1.1",
|
|
89
|
+
"webpack-merge": "^4.2.2",
|
|
90
|
+
"webpackbar": "^4.0.0",
|
|
91
|
+
"write-file-webpack-plugin": "^4.5.1"
|
|
92
|
+
}
|
|
93
93
|
}
|
|
@@ -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/, /vendor\/store.shopware.com/ , /.*\.plugin\.js/, /.*\.service\.js/, /.*\.helper\.js/],
|
|
195
195
|
rules: {
|
|
196
196
|
// check cases here https://github.com/blakeembrey/change-case
|
|
197
197
|
scss: 'paramCase',
|