Skip to content

v3.1.4

Compare
Choose a tag to compare
@exuanbo exuanbo released this 23 Dec 23:57
· 66 commits to main since this release
v3.1.4
60fbf27

Bug Fixes

  • import.meta.url is incorrectly set to path instead of URL string in importFromString.

Chores

  • Bump dependencies. Note that esbuild 0.14.4 adjusted its handling of default exports and the __esModule marker to improve compatibility with Webpack and Node, which may cause some changes when transforming the code from ES modules to CommonJS modules.