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
Add an ES6 module version of ip-range-check to prevent messages like:
WARNING in component.ts depends on 'ip-range-check'. CommonJS or AMD dependencies can
cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Maybe create an additional .js file containing lines similar to:
Add an ES6 module version of ip-range-check to prevent messages like:
Maybe create an additional .js file containing lines similar to:
Or maybe create a /dist folder with both the CommonJS and ESM versions plus the .d.ts declaration file.
The text was updated successfully, but these errors were encountered: