Skip to content

Commit

Permalink
[feature]{vue.config.js}: baseUrl to publicPath
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 30, 2019
1 parent 62e3171 commit 73a81ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
// 指定子路径。比如,如果你的应用部署在
// https://www.foobar.com/my-app/
// 那么将这个值改为 `/my-app/`
baseUrl: './',
publicPath: './',

// 将构建好的文件输出到哪里
outputDir: 'dist',
Expand Down

0 comments on commit 73a81ef

Please sign in to comment.