auth0-blog / angular2-authentication-sample

This is a sample that shows how to add authentication to an Angular 2 (ng2) app
MIT License
966 stars 334 forks source link

supress pre-built javascript message #53

Closed enaukkarinen closed 8 years ago

enaukkarinen commented 8 years ago

I noticed some "This seems to be a pre-built javascript file"-messages in the webpack build.

WARNING in ./~/zone.js/dist/long-stack-trace-zone.js Critical dependencies: 1:113-120 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results. @ ./~/zone.js/dist/long-stack-trace-zone.js 1:113-120

WARNING in ./~/zone.js/dist/zone-microtask.js Critical dependencies: 1:113-120 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results. @ ./~/zone.js/dist/zone-microtask.js 1:113-120

This fix suppresses those message.