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
// 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