这是indexloc提供的服务,不要输入任何密码
Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 14:01
49f48ea

5.0.0 (2021-09-15)

Bug Fixes

  • only enable code splitting in esm format (#403) (49f48ea)

BREAKING CHANGES

  • Code splitting now only works for esm format (default output format is cjs), code splitting with cjs format is not supported by esbuild, and our workaround is kinda buggy, so we reverted that decision.