pull/9/head
tangjinzhou 2018-03-30 10:02:22 +08:00
parent c376d5e79f
commit 591f286618
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: './',