@@ -98,6 +98,8 @@ module.exports = {
// }
},
+ // disable source map in production
+ productionSourceMap: false,
lintOnSave: undefined,
// babel-loader no-ignore node_modules/*
transpileDependencies: []