Skip to content

Commit 6aa9d88

Browse files
committed
Allow Babel to use ECMAScript helpers in the test environment
1 parent c8c1133 commit 6aa9d88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

babel.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ module.exports = (api) => {
7575
const runtimeOptions = {
7676
// Use corejs version 3.
7777
corejs: { version: 3, proposals: true },
78-
// Use helpers formatted for the target environment.
79-
useESModules: !TEST,
8078
};
8179

8280
return {

0 commit comments

Comments
 (0)