Remove sourceMap when production build.

pull/9/head
ruibaby 2019-04-18 11:23:43 +08:00
parent abd4804710
commit 8226c34457
1 changed files with 2 additions and 1 deletions

View File

@ -121,5 +121,6 @@ module.exports = {
lintOnSave: undefined,
// babel-loader no-ignore node_modules/*
transpileDependencies: []
transpileDependencies: [],
productionSourceMap: false
}