including-modules
This commit is contained in:
Generated
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// NOTE: this is marked as shared/external because it's stateful
|
||||
// and the state needs to be shared between app-render (which waits for pending imports)
|
||||
// and helpers used in transformed page code (which register pending imports)
|
||||
import { trackPendingChunkLoad, trackPendingImport, trackPendingModules } from './track-module-loading.instance' with {
|
||||
'turbopack-transition': 'next-shared'
|
||||
};
|
||||
export { trackPendingChunkLoad, trackPendingImport, trackPendingModules };
|
||||
|
||||
//# sourceMappingURL=track-module-loading.external.js.map
|
||||
Reference in New Issue
Block a user