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
Babel outputs an extra "use strict" at the top of the output dist/blur-overlay.js:
"use strict"
dist/blur-overlay.js
'use strict'; (function ($) { 'use strict'; ...
This might cause issues for users not already using strict mode, as it will affect all files loaded after the plugin.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Babel outputs an extra
"use strict"
at the top of the outputdist/blur-overlay.js
:This might cause issues for users not already using strict mode, as it will affect all files loaded after the plugin.
The text was updated successfully, but these errors were encountered: