Warnings when compiled
See original GitHub issueI am getting this error when i updated to beta4. its for all the pipe js files.
WARNING in ./~/angular2-moment/DateFormatPipe.js
Cannot find source file 'DateFormatPipe.ts': Error: Can't resolve './DateFormatPipe.ts' in '/Projects/SL/another/node_modules/angular2-moment'
@ ./~/angular2-moment/index.js 6:23-50
@ ./src/app/app.imports.ts
@ ./src/app/app.module.ts
@ ./src/main.browser.ts
@ multi main
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:11 (4 by maintainers)
Top Results From Across the Web
7.3. Compile Errors and Warnings
A compile error happens when the compiler reports something wrong with your program, and does not produce a machine-language translation. You will get...
Read more >Compiler warnings
Compiler warnings are messages produced by a compiler regarding program code fragments to be considered by the developer, as they may contain errors....
Read more >Compiler warnings
Warnings indicate other unusual conditions in your code that might indicate a problem, although compilation can (and does) proceed.
Read more >Why Bother with Compiler Warnings?
Compilers emit both erorrs, which prevent your code from compiling at all, and warnings, which indicate a potential problem, but still let your...
Read more >Warning Options (Using the GNU Compiler Collection (GCC))
Warnings are diagnostic messages that report constructions that are not inherently erroneous but that are risky or suggest there may have been an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I hope to release another version soon which should fix this issue
Seems related:
https://github.com/AngularClass/angular2-webpack-starter/issues/541