fix
parent
a01905cc6e
commit
9858359df5
|
@ -12,6 +12,7 @@ const modulePlugin = new ExtractTextPlugin({
|
|||
})
|
||||
|
||||
module.exports = merge(baseWebpackConfig, {
|
||||
devtool: '#source-map',
|
||||
output: {
|
||||
path: path.resolve(__dirname, './dist'),
|
||||
publicPath: './',
|
||||
|
|
Loading…
Reference in New Issue