Commit c44f900a by lanyulei Committed by GitHub

fix: 调整编译后的静态文件问题。

fix: 调整编译后的静态文件问题。
parents fac0306c aca6e6a3
Showing with 0 additions and 1 deletions
...@@ -28,7 +28,6 @@ module.exports = { ...@@ -28,7 +28,6 @@ module.exports = {
*/ */
publicPath: '/', publicPath: '/',
outputDir: 'web', outputDir: 'web',
assetsDir: 'static/web',
lintOnSave: false, // process.env.NODE_ENV === 'development', lintOnSave: false, // process.env.NODE_ENV === 'development',
productionSourceMap: false, productionSourceMap: false,
devServer: { 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 sign in to comment