Commit 302f246c authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

build(\): 环境调整

parent b7bf23d7
......@@ -3,6 +3,9 @@ const resolve = dir => path.join(__dirname, dir);
const IS_PROD = process.env.NODE_ENV === "production";
module.exports = {
configureWebpack: {
devtool: "source-map"
},
chainWebpack: config => {
config.plugin("html").tap(args => {
args[0].title = "芒果保险";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment