mirror of https://github.com/statping/statping
Update webpack.config.prod.js
parent
36b0616e24
commit
36a0a85c65
|
@ -16,7 +16,6 @@ const VERSION = process.env.VERSION;
|
|||
|
||||
const webpackConfig = merge(commonConfig, {
|
||||
mode: 'production',
|
||||
productionSourceMap: true,
|
||||
output: {
|
||||
path: helpers.root('dist'),
|
||||
publicPath: '',
|
||||
|
|
Loading…
Reference in New Issue