We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccef2f commit a0caf1eCopy full SHA for a0caf1e
webpack.config.js
@@ -187,14 +187,14 @@ if(scripts.length > 0){
187
}));
188
189
} else {
190
- plugins.push(new AotPlugin({
+ plugins.push(new AngularCompilerPlugin({
191
+ entryModule: "src/app/app.module#AppModule",
192
"mainPath": "main.ts",
193
"hostReplacementPaths": {
194
"environments/index.ts": "environments/index.ts"
195
},
196
"exclude": [],
- "tsConfigPath": "src/tsconfig.app.json",
197
- "skipCodeGeneration": true
+ "tsConfigPath": "src/tsconfig.app.json"
198
199
}
200
0 commit comments