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
{{ message }}
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Is there a reason to parse a Boolean but not a Number? Performances?
Eg. css-loader?importLoaders=true works but not css-loader?importLoaders=1.
Note that having css-loader?importLoaders=true not throwing an error is also confusing, since the css-loader doc states that only a Number is expected. Please feel free to ask me to create a new issue in the related repository.