Commit 9dd52bfb by lanyulei Committed by GitHub

Merge pull request #87 from lanyulei/dev

fix: 调整编译后的静态文件位置的问题。
parents 95ef7140 9a31428e
......@@ -28,6 +28,7 @@ module.exports = {
*/
publicPath: '/',
outputDir: 'web',
assetsDir: '.',
lintOnSave: false, // process.env.NODE_ENV === 'development',
productionSourceMap: false,
devServer: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment