Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
14
node_modules/next/dist/esm/client/app-next.js
generated
vendored
Normal file
14
node_modules/next/dist/esm/client/app-next.js
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// This import must go first because it needs to patch webpack chunk loading
|
||||
// before React patches chunk loading.
|
||||
import './app-webpack';
|
||||
import { appBootstrap } from './app-bootstrap';
|
||||
const instrumentationHooks = require('../lib/require-instrumentation-client');
|
||||
appBootstrap(()=>{
|
||||
const { hydrate } = require('./app-index');
|
||||
// Include app-router and layout-router in the main chunk
|
||||
require('next/dist/client/components/app-router');
|
||||
require('next/dist/client/components/layout-router');
|
||||
hydrate(instrumentationHooks);
|
||||
});
|
||||
|
||||
//# sourceMappingURL=app-next.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue