next.js/examples/cms-sitecore-xmcloud/scripts/bootstrap.ts
bootstrap.ts22 lines413 B
/*
  BOOTSTRAPPING
  The bootstrap process runs before build, and generates JS that needs to be
  included into the build - specifically, plugins, the global config module,
  and the component name to component mapping.
*/

/*
   PLUGINS GENERATION
*/
import "./generate-plugins";

/*
  CONFIG GENERATION
*/
import "./generate-config";

/*
  COMPONENT FACTORY GENERATION
*/
import "./generate-component-factory";
Quest for Codev2.0.0
/
SIGN IN