You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor
* Add workaround for __filename and __dirname not being defined
We bundle several CJS deps but the top-level format is ESM. Unfortunately esbuild does not handle converting `__filename` and `__dirname` for us so we have to patch them after build.
* Update lockfile
* Add global require
* Simplify
Now that we define a top-level require constant we no longer need to patch the `__require` esbuild function to indirectly use it for dynamic requires
* Fix CS
* Rename plugin
* Update changelog
0 commit comments