开发环境下路由跳转

This commit is contained in:
zhouxhere 2022-01-19 08:41:40 +00:00
parent 54ca80b2b4
commit 3a14ff8020
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module.exports = {
entry: './src/index.js',
output: {
path: path.resolve(__dirname, 'dist'),
publicPath: '/',
assetModuleFilename: 'static/media/[name].[hash][ext]',
},
module: {