We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why bundle css-loader and style-loader inside the vue-spinner.js? If you remove these dependencies, the final bundle would be much smaller.
css-loader
style-loader
vue-spinner.js
The text was updated successfully, but these errors were encountered:
These are required by vue-loader. I just manually install these peer dependencies. Refer this issue
vue-loader
Sorry, something went wrong.
No branches or pull requests
Why bundle
css-loader
andstyle-loader
inside thevue-spinner.js
? If you remove these dependencies, the final bundle would be much smaller.The text was updated successfully, but these errors were encountered: