|
@@ -15,7 +15,7 @@ module.exports = {
|
|
// 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。
|
|
// 如果你不需要生产环境的 source map,可以将其设置为 false 以加速生产环境构建。
|
|
productionSourceMap: false,
|
|
productionSourceMap: false,
|
|
//qiankuan打包时放开
|
|
//qiankuan打包时放开
|
|
- //outputDir: "../dist/main",
|
|
|
|
|
|
+ outputDir: "interlock",
|
|
// 多入口配置
|
|
// 多入口配置
|
|
// pages: {
|
|
// pages: {
|
|
// index: {
|
|
// index: {
|
|
@@ -24,8 +24,8 @@ module.exports = {
|
|
// filename: 'index.html',
|
|
// filename: 'index.html',
|
|
// }
|
|
// }
|
|
// },
|
|
// },
|
|
- //打包app时放开该配置
|
|
|
|
- //publicPath:'/',
|
|
|
|
|
|
+ //打包时修改该配置 需放开
|
|
|
|
+ //publicPath:'/interlock',
|
|
configureWebpack: config => {
|
|
configureWebpack: config => {
|
|
//生产环境取消 console.log
|
|
//生产环境取消 console.log
|
|
if (process.env.NODE_ENV === 'production') {
|
|
if (process.env.NODE_ENV === 'production') {
|