rxaviers / cldrjs

Simple CLDR traverser
MIT License
155 stars 30 forks source link

Scope of this is not defined when bundling cldr/event.js using Webpack #62

Open Ajaya-Kumar opened 6 years ago

Ajaya-Kumar commented 6 years ago

Hi, I have a sample Angular 5 project that is bundled using Webpack, however when I try to run the generated build I get the following error in the generated scripts.bundle.js: image on trying to identify the issue I was able to find that the issue was being thrown from the cldr/event.js file that I have included in My project's angular-cli.json file's scripts: image The File from which the Issue Arises, cldrjs/dist/cldr/event.js-: image