mirror of https://github.com/halo-dev/halo-admin
Remove sourceMap when production build.
parent
abd4804710
commit
8226c34457
|
@ -121,5 +121,6 @@ module.exports = {
|
|||
|
||||
lintOnSave: undefined,
|
||||
// babel-loader no-ignore node_modules/*
|
||||
transpileDependencies: []
|
||||
transpileDependencies: [],
|
||||
productionSourceMap: false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue