Skip to content

Commit

Permalink
adds correct babel helper option
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 7, 2024
1 parent b89641a commit bc7a5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/editor/scripts/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const generateConfig = async () => {
}),
json(),
commonjs(),
babel({ presets: [babelPresetReact] }),
babel({ presets: [babelPresetReact], babelHelpers: 'bundled' }),
],
});

Expand Down

0 comments on commit bc7a5c8

Please sign in to comment.