Closed
Description
Please provide us with the following information:
OS?
Windows10
Versions.
node 6.9.2
"@angular/compiler-cli": "2.4.4",
"@angular/platform-server": "2.4.4",
"@ngtools/webpack": "1.2.4",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
Repro steps.
tsconfig.aot.json
{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2015",
"dom"
],
"noEmit": true,
"strictNullChecks": false,
"skipDefaultLibCheck": true,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"typeRoots": [
"node_modules/@types/",
"typings/"
]
},
"angularCompilerOptions": {
"skipMetadataEmit": true
},
"compileOnSave": false,
"exclude": [
"node_modules",
"output"
]
}
webpack.aot.js
new AotPlugin({
tsConfigPath: helpers.root('tsconfig.aot.json'),
entryModule: helpers.rootAngular('app/app.module#AppModule'),
skipCodeGeneration:true
}),
The log given by the failure.
no error,but generate file size(app.js 6067kb) is same for aot and jit,so i think @ngtools/webpack not work?
Mention any other details that might be useful.
Thanks! We'll be in touch soon.