Skip to content

Commit

Permalink
fix(worker): Update Worker.js
Browse files Browse the repository at this point in the history
fix #560
  • Loading branch information
sibelius authored and Daniel15 committed Oct 9, 2023
1 parent c2ba556 commit e70c31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Worker.js
Expand Up @@ -75,6 +75,7 @@ function setup(tr, babel) {
require('@babel/plugin-proposal-nullish-coalescing-operator').default,
require('@babel/plugin-proposal-optional-chaining').default,
require('@babel/plugin-transform-modules-commonjs').default,
require('@babel/plugin-transform-private-methods').default,
],
extensions: [...DEFAULT_EXTENSIONS, '.ts', '.tsx'],
// By default, babel register only compiles things inside the current working directory.
Expand Down

0 comments on commit e70c31c

Please sign in to comment.