Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sumbad/9acf0edae366820385198be2ceddd482 to your computer and use it in GitHub Desktop.
Save sumbad/9acf0edae366820385198be2ceddd482 to your computer and use it in GitHub Desktop.
new AngularCompilerPlugin({
platform: 0,
entryModule: path.join(PATHS.src, 'apps/client/app/app.module#AppModule'),
sourceMap: true,
tsConfigPath: path.join(PATHS.root, 'tsconfig.json'),
skipCodeGeneration: true,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment