开发环境下路由跳转
This commit is contained in:
parent
54ca80b2b4
commit
3a14ff8020
|
@ -9,6 +9,7 @@ module.exports = {
|
|||
entry: './src/index.js',
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
publicPath: '/',
|
||||
assetModuleFilename: 'static/media/[name].[hash][ext]',
|
||||
},
|
||||
module: {
|
||||
|
|
Reference in New Issue