Skip to content

Commit 8c9fce2

Browse files
committed
fix: build
1 parent 80ed77b commit 8c9fce2

File tree

3 files changed

+82
-45
lines changed

3 files changed

+82
-45
lines changed

package-lock.json

Lines changed: 80 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"shx": "^0.3.4",
135135
"terser-webpack-plugin": "^5.3.14",
136136
"url-loader": "^4.1.1",
137-
"webpack": "^5.95.0",
137+
"webpack": "5.95.0",
138138
"webpack-bundle-analyzer": "^4.10.2",
139139
"webpack-cli": "^5.1.4",
140140
"webpack-conditional-loader": "^1.0.12",

webpack/es6.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = merge(webpackCommon, {
2121
filename: '[name].js',
2222
path: outputPath,
2323
chunkFilename: '[name].js',
24-
publicPath: 'auto',
24+
publicPath: '',
2525
library: {
2626
type: 'module'
2727
},

0 commit comments

Comments
 (0)