Skip to content

Commit ea1bcc9

Browse files
authored
fix: esm detection with export const { A, B } pattern (#13483)
1 parent 127c334 commit ea1bcc9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"dep-types": "link:./src/types",
101101
"dotenv": "^16.1.4",
102102
"dotenv-expand": "^9.0.0",
103-
"es-module-lexer": "^1.2.1",
103+
"es-module-lexer": "^1.3.0",
104104
"escape-html": "^1.0.3",
105105
"estree-walker": "^3.0.3",
106106
"etag": "^1.8.1",

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)