mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-13 15:52:44 +08:00
Update webpack.config.cjs
This commit is contained in:
@ -20,6 +20,7 @@ module.exports = {
|
||||
publicPath: '/src',
|
||||
},
|
||||
],
|
||||
allowedHosts: "all",
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'public/chunk'),
|
||||
@ -53,4 +54,4 @@ module.exports = {
|
||||
}
|
||||
}]
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user