Skip to content

Releases: vite-plugin/vite-plugin-esmodule

v1.5.0

13 May 08:21
a08ca62
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

#12

v1.4.4

19 Oct 06:04
4fea4ab
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v1.4.3

17 Oct 05:33
72ed6df
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v1.4.2

26 Jul 23:51
649c6cc
Compare
Choose a tag to compare

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 模块,交由用户自行选择。

v1.4.1

12 Jul 00:56
Compare
Choose a tag to compare

v1.4.0

12 Jul 00:52
5a870ef
Compare
Choose a tag to compare