Initial boiler plate project
This commit is contained in:
10
node_modules/next/dist/esm/client/app-next-dev.js
generated
vendored
Normal file
10
node_modules/next/dist/esm/client/app-next-dev.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// TODO-APP: hydration warning
|
||||
import "./app-webpack";
|
||||
import { appBootstrap } from "./app-bootstrap";
|
||||
appBootstrap(()=>{
|
||||
const { hydrate } = require("./app-index");
|
||||
hydrate();
|
||||
}) // TODO-APP: build indicator
|
||||
;
|
||||
|
||||
//# sourceMappingURL=app-next-dev.js.map
|
||||
Reference in New Issue
Block a user