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