mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-03-24 21:37:40 +08:00
fix: 本地调试时html无法访问src下文件,故修复
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -18,6 +18,10 @@ module.exports = {
|
|||||||
directory: path.join(__dirname, 'view'),
|
directory: path.join(__dirname, 'view'),
|
||||||
publicPath: '/view',
|
publicPath: '/view',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
directory: path.join(__dirname, 'src'),
|
||||||
|
publicPath: '/src',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
|
|||||||
Reference in New Issue
Block a user