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

Only warn about dynamic module workers #73

Merged
merged 2 commits into from
Jun 23, 2020
Merged

Only warn about dynamic module workers #73

merged 2 commits into from
Jun 23, 2020

Conversation

developit
Copy link
Collaborator

This removes the "new Worker() will only be bundled if passed a String" warning in cases where new Worker() is not called with {type:'module'}. It's possible this will result in folks not realizing their Worker is being left unbundled when type:module isn't used.

This should fix #12.

This removes the "new Worker() will only be bundled if passed a String" warning in cases where `new Worker()` is not called with `{type:'module'}`. It's possible this will result in folks not realizing their Worker is being left unbundled when type:module isn't used.
@pytkin
Copy link

pytkin commented Jun 4, 2020

@developit hi, any progress on this?

@developit developit merged commit 31519ec into master Jun 23, 2020
@developit developit deleted the reduce-warnings branch June 23, 2020 17:13
@pytkin
Copy link

pytkin commented Jun 23, 2020

@developit thank you :)

@akphi
Copy link

akphi commented Jun 24, 2020

@developit Thank you so much! Do you have a plan to release any time soon?

@crfrolik
Copy link

crfrolik commented Jul 9, 2020

Can a new release be created so we can get this fix? Thanks!

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

Successfully merging this pull request may close these issues.

Feature request: option to exclude some files
4 participants