update
This commit is contained in:
@ -18,7 +18,8 @@ export default defineConfig({
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
'inferno': 'inferno/dist/index.dev.esm.js',
|
||||
}
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user