wip: suppoer vite2 -- dynamic import

This commit is contained in:
vben
2021-01-10 20:44:39 +08:00
parent d2bdc5665e
commit 664035328f
8 changed files with 20 additions and 37 deletions

View File

@@ -16,7 +16,7 @@
"noUnusedParameters": true,
"experimentalDecorators": true,
"lib": ["dom", "esnext"],
"types": ["vite/client", "vite-plugin-import-context/client"],
"types": ["vite/client"],
"incremental": true,
"skipLibCheck": true,
"paths": {