Skip to content

Commit 532ed11

Browse files
committed
fix: #136
1 parent d4c9f3c commit 532ed11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 6242c3ea271b35ae1c8876248edc76b56816f1a2

front-end/h5/vue.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @Author: ly525
33
* @Date: 2019-12-14 22:43:55
4-
* @LastEditors : ly525
4+
* @LastEditors: ly525
55
* @LastEditTime : 2020-01-15 08:35:17
66
* @FilePath: /luban-h5/front-end/h5/vue.config.js
77
* @Github: https://github.com/ly525/luban-h5
@@ -29,8 +29,8 @@ switch (process.env.PAGE) {
2929
template: 'public/index.html',
3030
filename: 'index.html',
3131
title: 'Index Page',
32-
outputDir: 'dist'
33-
// outputDir: editorBuildOutputDir
32+
// outputDir: 'dist',
33+
outputDir: editorBuildOutputDir
3434
// publicPath: isProd ? '/main/' : '/'
3535
}
3636
}

0 commit comments

Comments
 (0)