-
Notifications
You must be signed in to change notification settings - Fork 505
Closed
Labels
solution: duplicateThis issue or pull request already existsThis issue or pull request already existssolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue
Description
Current Behavior
after add some code with generator, it generates some code which lead to
Uncaught ReferenceError: regeneratorRuntime is not defined
I tried to solve it with microsoft/TypeScript-Babel-Starter#26 (comment), but it gave me other error:
(babel plugin) Error: Runtime helpers are not enabled. Either exclude the transform-runtime Babel plugin or pass the `runtimeHelpers: true` option. See https://github.com/rollup/rollup-plugin-babel#configuring-babel for more information
Your environment
Software | Version(s) |
---|---|
TSDX | 0.12.3 |
TypeScript | 3.8.2 |
Browser | chrome |
npm/Yarn | yarn 1.21.1 |
Node | 12.14.1 |
Operating System | mac |
Metadata
Metadata
Assignees
Labels
solution: duplicateThis issue or pull request already existsThis issue or pull request already existssolution: workaround availableThere is a workaround available for this issueThere is a workaround available for this issue