v3.1.4
Bug Fixes
import.meta.urlis incorrectly set to path instead of URL string inimportFromString.
Chores
- Bump dependencies. Note that esbuild 0.14.4 adjusted its handling of
defaultexports and the__esModulemarker to improve compatibility with Webpack and Node, which may cause some changes when transforming the code from ES modules to CommonJS modules.