Comment out inferno import in vite.config.ts
This commit is contained in:
parent
8ee817ee30
commit
d89d1b9a4e
@ -19,7 +19,7 @@ export default defineConfig({
|
|||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||||
'inferno': 'inferno/dist/index.dev.esm.js',
|
// 'inferno': 'inferno/dist/index.dev.esm.js',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user