fix
parent
c376d5e79f
commit
591f286618
|
@ -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