Skip to content

Instantly share code, notes, and snippets.

@kmaraz
Created March 5, 2019 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmaraz/86dcbaab4fcab06ced45d92f0672ec0e to your computer and use it in GitHub Desktop.
Save kmaraz/86dcbaab4fcab06ced45d92f0672ec0e to your computer and use it in GitHub Desktop.
if (ON_DEVELOPMENT) {
// We are loading version of app which uses JIT
require('./app.module');
}
else {
// Here we want to load a special entry file for AOT
require('./main.aot');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment