2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-11 09:52:24 +03:00

fix: only match vue-meta in jiti alias

This commit is contained in:
pimlie
2021-04-03 19:16:56 +02:00
parent 3c2d9ce284
commit 2b8c5e8866
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = require('jiti')(__filename, {
root: '.',
extensions: ['.ts'],
alias: {
'vue-meta': path.resolve(__dirname, '../src/')
'^vue-meta$': path.resolve(__dirname, '../src/')
}
}]
]