javascript - Polyfills not applied to webpack externals -
i'm working on project react , jquery being webpacked in 'externals. inserting using tag method in head works of project, i'm still getting errors when firing ie8 es5 functions. they're available in console window, debug breakpoints show they're not available within react code. these docs hint @ problem toward bottom - looks externals independent of webpack chain of dependencies. thoughts on how deal this?
Comments
Post a Comment