Skip to content
New issue

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

Extraneous "use strict" in built files #2

Open
bencentra opened this issue Aug 3, 2016 · 0 comments
Open

Extraneous "use strict" in built files #2

bencentra opened this issue Aug 3, 2016 · 0 comments

Comments

@bencentra
Copy link
Owner

Babel outputs an extra "use strict" at the top of the output 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant