pull/165/head
tangjinzhou 2018-03-30 10:02:22 +08:00
parent a01905cc6e
commit 9858359df5
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ const modulePlugin = new ExtractTextPlugin({
})
module.exports = merge(baseWebpackConfig, {
devtool: '#source-map',
output: {
path: path.resolve(__dirname, './dist'),
publicPath: './',