stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.3k stars 593 forks source link

Can't resolve 'vertx' #329

Open ubarevicius opened 6 years ago

ubarevicius commented 6 years ago

Using webcomponents-lite.js in polyfills.ts of Angular file gives this build time error

WARNING in ./node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js Module not found: Error: Can't resolve 'vertx' in 'E:...\node_modules\@webcomponents\webcomponentsjs'

We use es6-promise v4.2.4 Our application currently runs on Angular 5.2.0 with Angular CLI 1.7.0 and webpack 3.10.0

If I understand it correctly warning comes from webpack and not from cli. Let me know if you miss more info on this.

Thx.

xxjinwei commented 6 years ago

#324