We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
require
url
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On each url we generate require, but we can avoid this move require on top and avoid extra require for duplicate assets in CSS.
CSS
Less require - better performance.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Proposal
On each
url
we generaterequire
, but we can avoid this moverequire
on top and avoid extrarequire
for duplicate assets inCSS
.Feature Use Case
Less require - better performance.
The text was updated successfully, but these errors were encountered: