You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: