@@ -44,7 +44,7 @@ module.exports = {
productionSourceMap: false,
parallel: require('os').cpus().length > 1,
// 输出文件目录
- outputDir: 'dist/shop/',
+ outputDir: 'dist/web/',
css: {
extract: isProduction,
@@ -45,7 +45,7 @@ module.exports = {
lintOnSave: true,
- outputDir: 'dist/saas/',