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
Adding polyfills is in the consumer code responsibility according to Vue Cli developers guie (see, https://cli.vuejs.org/guide/browser-compatibility.html#polyfills-when-building-as-library-or-web-components). Also, Vue Cli is able to auto-detect and inject required polyfills based on browserslist file.
So, what do you think on removing this from the repo?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Adding polyfills is in the consumer code responsibility according to Vue Cli developers guie (see, https://cli.vuejs.org/guide/browser-compatibility.html#polyfills-when-building-as-library-or-web-components). Also, Vue Cli is able to auto-detect and inject required polyfills based on browserslist file.
So, what do you think on removing this from the repo?
Thanks in advance!
The text was updated successfully, but these errors were encountered: