v3.1.4
Bug Fixes
import.meta.url
is incorrectly set to path instead of URL string inimportFromString
.
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.