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
This a strange one, maybe caused by caching?
The last few PRs are failing due to these linting issues but I can't
reproduce this locally on `develop` and it looks like everything passed
in CI 🤷♂️
// When importing additional imports like "import-in-the-middle/hook.mjs" in the returned code of the `load()` function below:
58
58
// By setting `moduleSideEffects` to `true`, the import is added to the bundle, although nothing is imported from it
59
59
// By importing "import-in-the-middle/hook.mjs", we can make sure this file is included, as not all node builders are including files imported with `module.register()`.
@@ -70,7 +70,7 @@ export function wrapServerEntryWithDynamicImport(config: WrapServerEntryPluginOp
0 commit comments