mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 22:11:56 +08:00
Fix: use relative path in prod build
This commit is contained in:
parent
372627ddce
commit
ba2ec0d77f
@ -11,7 +11,6 @@ module.exports = merge(commonConfig, {
|
|||||||
output: {
|
output: {
|
||||||
filename: 'js/bundle.[hash].min.js',
|
filename: 'js/bundle.[hash].min.js',
|
||||||
path: resolve(__dirname, '../../dist'),
|
path: resolve(__dirname, '../../dist'),
|
||||||
publicPath: '/',
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
// new ManifestPlugin({
|
// new ManifestPlugin({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user