Enable production source maps
This commit is contained in:
parent
269972abb1
commit
b782645697
|
@ -27,7 +27,6 @@ module.exports = {
|
|||
// Relative publicPath to support subfolders
|
||||
publicPath: '',
|
||||
lintOnSave: process.env.NODE_ENV !== 'production',
|
||||
productionSourceMap: false,
|
||||
transpileDependencies: ['vuetify'],
|
||||
configureWebpack: {
|
||||
resolve: {
|
||||
|
|
Loading…
Reference in New Issue