Advertisement
Guest User

aot

a guest
Jan 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new AotPlugin({
  2.       "mainPath": "main.ts",
  3.       "replaceExport": false,
  4.       "hostReplacementPaths": {
  5.         "environments/environment.ts": "environments/environment.ts"
  6.       },
  7.       "sourceMap": true,
  8.       "exclude": [],
  9.       "tsConfigPath": "src/tsconfig.app.json",
  10.       "skipCodeGeneration": true,
  11.       "compilerOptions": {}
  12.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement