Skip to content

Commit cd1efd5

Browse files
committed
build: 修改输出目录为 dist/h5-vue
1 parent 80c2fe7 commit cd1efd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ console.info(`pages config:${JSON.stringify(pagesCofig)}`);
3131
module.exports = {
3232
baseUrl:
3333
process.env.NODE_ENV === 'production' ? process.env.VUE_APP_BASE_URL : '/',
34+
outputDir: 'dist/h5-vue',
3435
productionSourceMap: false,
3536
// multi-page 多页模式
3637
pages: pagesCofig,

0 commit comments

Comments
 (0)