Created
June 6, 2018 04:19
-
-
Save sumbad/9acf0edae366820385198be2ceddd482 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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