|
@@ -5,6 +5,8 @@ const stageServerPort = 28889;
|
|
|
module.exports = {
|
|
|
// TODO: Remember to change publicPath to fit your need
|
|
|
publicPath: process.env.NODE_ENV === "production" ? "/" : "/",
|
|
|
+ // TODO:打包名称
|
|
|
+ outputDir: "wanda-adm",
|
|
|
lintOnSave: process.env.NODE_ENV === "development",
|
|
|
productionSourceMap: false,
|
|
|
devServer: {
|