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
We're currently not bundling the service, apart from the inject-dependency script which uses rollup to replace a dynamic import of @vitest/spy with the bundle of that module. Bundling everything from ESM into CJS and ESM is likely to have the following benefits:
reduce complexity of the repo, especially around building CJS
@mato533 that's great, will be good to simplify things and streamline the build. The CJS build has been through a few iterations already but I knew it could still be improved. It has been quite annoying to work on, almost as annoying as what I had to do to get the E2Es to work on Forge which doesn't support PNPM....
We're currently not bundling the service, apart from the
inject-dependency
script which uses rollup to replace a dynamic import of@vitest/spy
with the bundle of that module. Bundling everything from ESM into CJS and ESM is likely to have the following benefits:log
at session.ts #875)The text was updated successfully, but these errors were encountered: