Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(worker): Use swc-loader instead of ts-loader (#525) #588

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

Merged
merged 2 commits into from
Apr 14, 2022

Conversation

lorensr
Copy link
Contributor

@lorensr lorensr commented Apr 14, 2022

Background: #534 (comment)

  • Verified that setting target in playground to ES2017 removed _asyncToGenerator from compiled JS
  • Verified that setting target in bundler.js to es2017 stopped the Module not found: Error: Can't resolve 'regenerator-runtime' error from happening

The only thing in ES2017 missing from Node 14+ is Atomics.wait:

https://node.green/#ES2017

@bergundy bergundy changed the base branch from main to fix-glibc-version April 14, 2022 22:00
@bergundy bergundy merged commit 1f3c1de into fix-glibc-version Apr 14, 2022
@bergundy bergundy deleted the swc branch April 14, 2022 22:33
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.

[Bug] regenerator-runtime not found
2 participants