fix(schema): set static alias correctly (#3614)

This commit is contained in:
Daniel Roe 2022-03-12 07:17:55 +00:00 committed by GitHub
parent 3e68433365
commit 114cbe33d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -553,7 +553,7 @@ export default {
'~': get('srcDir'),
'@': get('srcDir'),
[get('dir.assets')]: join(get('srcDir'), get('dir.assets')),
[get('dir.static')]: join(get('srcDir', get('dir.static'))),
[get('dir.public')]: join(get('srcDir'), get('dir.public')),
...val
})
},