vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
vue.config.js
@@ -7,5 +7,8 @@ }, configureWebpack: config => { config.entry.app = ["babel-polyfill", "whatwg-fetch", "./src/main.js"]; } }, publicPath: './', outputDir: 'dist', assetsDir: 'static' }