Skip to content

Commit 979dc12

Browse files
committed
Modified babel config due to problem with tests
1 parent 10898e7 commit 979dc12

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/lib/babel.config.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
module.exports = {
22
presets: [
3-
["@babel/preset-env", { modules: false }],
4-
["@babel/preset-react", { runtime: "automatic" }],
3+
"@babel/preset-env",
4+
[
5+
"@babel/preset-react",
6+
{
7+
runtime: "automatic",
8+
},
9+
],
510
"@babel/preset-typescript",
611
],
712
plugins: [

0 commit comments

Comments
 (0)