angular-webpack-starter icon indicating copy to clipboard operation
angular-webpack-starter copied to clipboard

warnings in aot build.

Open ShankarSumanth opened this issue 8 years ago • 1 comments

After the inital project setup. Multiple warnings are shown when a aot build is done .

Steps:

  1. npm run build:aot

Output

WARNING in ./src/app/app.component.ngfactory.js
(Emitted value instead of an instance of Error) Cannot open SourceMap
'.../src/app/app.component.ngfactory.js.map': 
Error: ENOENT: no such file or directory, ...src/app/app.component.ngfactory.js.map'

ShankarSumanth avatar Jan 16 '18 22:01 ShankarSumanth

I've disabled sourcemaps in aot, not quite sure what causes it...but will take a pull requesst

qdouble avatar Mar 16 '18 18:03 qdouble