Skip to content

Commit b86446f

Browse files
committed
fix: deprecated baseUrl => publicPath
1 parent bce66ac commit b86446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const isDev = process.env.NODE_ENV === 'development'
22
const isDocs = process.env.APP_TARGET === 'docs'
33

44
module.exports = {
5-
baseUrl: isDocs ? '/vue-form-components/' : '/',
5+
publicPath: isDocs ? '/vue-form-components/' : '/',
66

77
chainWebpack: config => {
88
config.entryPoints.delete('app')

0 commit comments

Comments
 (0)