@digest/webpack 3.4.0 → 3.4.3
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/dist/webpack.config.js +1 -1
- package/package.json +12 -12
package/dist/webpack.config.js
CHANGED
|
@@ -539,7 +539,7 @@ const configuration = {
|
|
|
539
539
|
[
|
|
540
540
|
new html_webpack_plugin_1.default({
|
|
541
541
|
alwaysWriteToDisk: true,
|
|
542
|
-
baseHref: scripts_1.default.baseHref,
|
|
542
|
+
baseHref: scripts_1.default.baseHref.replace(/\/?$/u, '/'),
|
|
543
543
|
filename: path_1.default.join('..', 'index.html'),
|
|
544
544
|
inject: 'body',
|
|
545
545
|
minify: scripts_1.default.production ?
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@digest/webpack",
|
|
3
3
|
"title": "Webpack Digest",
|
|
4
4
|
"license": "GPL-3.0",
|
|
5
|
-
"version": "3.4.
|
|
5
|
+
"version": "3.4.3",
|
|
6
6
|
"description": "Digested Webpack Configurations",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "wallzero @wallzeroblog",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"clean": "rimraf node_modules dist package-lock.json npm-debug.log"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@digest/scripts": "^3.4.
|
|
43
|
+
"@digest/scripts": "^3.4.3",
|
|
44
44
|
"@vue/preload-webpack-plugin": "^2.0.0",
|
|
45
45
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
46
46
|
"circular-dependency-plugin": "^5.2.2",
|
|
47
47
|
"clean-terminal-webpack-plugin": "^3.0.0",
|
|
48
48
|
"clean-webpack-plugin": "^4.0.0",
|
|
49
49
|
"compression-webpack-plugin": "^9.2.0",
|
|
50
|
-
"css-loader": "^6.
|
|
51
|
-
"css-minimizer-webpack-plugin": "^3.
|
|
50
|
+
"css-loader": "^6.6.0",
|
|
51
|
+
"css-minimizer-webpack-plugin": "^3.4.1",
|
|
52
52
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
|
53
53
|
"html-loader": "^3.1.0",
|
|
54
54
|
"html-webpack-harddisk-plugin": "^2.0.0",
|
|
@@ -56,26 +56,26 @@
|
|
|
56
56
|
"html-webpack-plugin": "^5.5.0",
|
|
57
57
|
"identity-obj-proxy": "^3.0.0",
|
|
58
58
|
"ip": "^1.1.5",
|
|
59
|
-
"mini-css-extract-plugin": "^2.5.
|
|
59
|
+
"mini-css-extract-plugin": "^2.5.3",
|
|
60
60
|
"raw-loader": "^4.0.2",
|
|
61
61
|
"source-map-loader": "^3.0.1",
|
|
62
62
|
"stats-webpack-plugin": "~0.7.0",
|
|
63
63
|
"style-loader": "^3.3.1",
|
|
64
|
-
"terser-webpack-plugin": "^5.3.
|
|
64
|
+
"terser-webpack-plugin": "^5.3.1",
|
|
65
65
|
"thread-loader": "^3.0.4",
|
|
66
66
|
"url-loader": "^4.1.1",
|
|
67
|
-
"webpack": "^5.
|
|
67
|
+
"webpack": "^5.69.0",
|
|
68
68
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
69
|
-
"webpack-cli": "^4.9.
|
|
70
|
-
"webpack-favicons": "^1.
|
|
69
|
+
"webpack-cli": "^4.9.2",
|
|
70
|
+
"webpack-favicons": "^1.3.8",
|
|
71
71
|
"webpack-node-externals": "^3.0.0",
|
|
72
72
|
"webpack-subresource-integrity": "^5.1.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/clean-webpack-plugin": "^0.1.3",
|
|
76
76
|
"@types/ip": "^1.1.0",
|
|
77
|
-
"@types/mini-css-extract-plugin": "^2.
|
|
78
|
-
"@types/node": "^17.0.
|
|
77
|
+
"@types/mini-css-extract-plugin": "^2.5.1",
|
|
78
|
+
"@types/node": "^17.0.18",
|
|
79
79
|
"@types/terser-webpack-plugin": "^5.2.0",
|
|
80
80
|
"@types/webpack-bundle-analyzer": "^4.4.1",
|
|
81
81
|
"@types/webpack-env": "^1.16.3",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"build",
|
|
87
87
|
"hmr"
|
|
88
88
|
],
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "edb087bf0d6d5a653c48f55a532e6159289ed7b3"
|
|
90
90
|
}
|