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
I am using inputmask 5.0.9 in an Angular 16 application.
When I open the console log, I see the warning
xxx depends on 'inputmask'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Inputmask is imported in my files with:
import Inputmask from 'inputmask';
This warning is also displayed when using Angular 18 with webpack build system.
It doesn't happen when using vite build system.
OS: Windows
Browser: Edge 128.0.2739.79
Inputmask 5.0.9
The text was updated successfully, but these errors were encountered:
Hello,
I am using inputmask 5.0.9 in an Angular 16 application.
When I open the console log, I see the warning
Inputmask is imported in my files with:
This warning is also displayed when using Angular 18 with webpack build system.
It doesn't happen when using vite build system.
The text was updated successfully, but these errors were encountered: