-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: vite-plugin/vite-plugin-esmodule
Releases · vite-plugin/vite-plugin-esmodule
v1.5.0
@caoxiemeihao
caoxiemeihao
a08ca62
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Please refer to CHANGELOG.md for details.
Assets 2
v1.4.4
@caoxiemeihao
caoxiemeihao
4fea4ab
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Please refer to CHANGELOG.md for details.
Assets 2
v1.4.3
@caoxiemeihao
caoxiemeihao
72ed6df
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Please refer to CHANGELOG.md for details.
Assets 2
v1.4.2
@caoxiemeihao
caoxiemeihao
649c6cc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
PR: #6
This errors is because vite-plugin-esmodule will automaticall build ESM modules in package.json, but some modules cannot be built normally. e.g. vite. Explicitly specifying which modules need to be built avoids the problem.
The next version of vite-plugin-esmodule will remove the auto-detection of ESM modules and leave it to the user to choose.
该报错是由于 vite-plugin-esmodule 会自动构建 package.json 中的 ESM 模块,但是有些模块不能被正常的构建。比如 vite。显式的指定需要构建哪些模块,能避开这个问题。
vite-plugin-esmodule 的下一个版本将会移除自动检测 ESM 模块,交由用户自行选择。
Assets 2
v1.4.1
- fix(🐞): object syntax and esm #4
@lights0123
Assets 2
v1.4.0
@caoxiemeihao
caoxiemeihao
5a870ef
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.