Update webpack.config.prod.js

pull/778/head
Hunter Long 2020-08-06 11:08:34 -07:00 committed by GitHub
parent 36b0616e24
commit 36a0a85c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ const VERSION = process.env.VERSION;
const webpackConfig = merge(commonConfig, {
mode: 'production',
productionSourceMap: true,
output: {
path: helpers.root('dist'),
publicPath: '',