Enable production source maps

This commit is contained in:
Travis Shivers 2020-07-31 13:38:52 -05:00
parent 269972abb1
commit b782645697
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ module.exports = {
// Relative publicPath to support subfolders
publicPath: '',
lintOnSave: process.env.NODE_ENV !== 'production',
productionSourceMap: false,
transpileDependencies: ['vuetify'],
configureWebpack: {
resolve: {