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
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.