Skip to content

Commit

Permalink
fix: @vite/env transform, close #19
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 25, 2021
1 parent 2b516ce commit d4507b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"rimraf": "^3.0.2",
"typescript": "^4.3.5",
"unplugin-auto-import": "^0.1.4",
"vite": "2.4.3",
"vite": "^2.5.1",
"vite-plugin-components": "^0.13.2",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-windicss": "^1.3.0",
Expand Down
2 changes: 2 additions & 0 deletions vite.config.ts
Expand Up @@ -57,6 +57,8 @@ export const sharedConfig: UserConfig = {
],
exclude: [
'vue-demi',
'@vite/client',
'@vite/env',
],
},
}
Expand Down

0 comments on commit d4507b2

Please sign in to comment.