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, {
|
const webpackConfig = merge(commonConfig, {
|
||||||
mode: 'production',
|
mode: 'production',
|
||||||
productionSourceMap: true,
|
|
||||||
output: {
|
output: {
|
||||||
path: helpers.root('dist'),
|
path: helpers.root('dist'),
|
||||||
publicPath: '',
|
publicPath: '',
|
||||||
|
|
Loading…
Reference in New Issue