Skip to content

Commit 318a5f2

Browse files
tstirrat15edorivai
authored andcommitted
Mild reformatting of babelrc
1 parent 5ebe49d commit 318a5f2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

modules/.babelrc

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
2-
"presets": [["@babel/env", { "loose": true }], "@babel/react"],
2+
"presets": [
3+
[
4+
"@babel/env",
5+
{
6+
"loose": true
7+
}
8+
],
9+
"@babel/react"
10+
],
311
"plugins": [
4-
"@babel/proposal-export-default-from",
12+
"@babel/plugin-proposal-export-default-from",
513
"dev-expression"
614
]
715
}

0 commit comments

Comments
 (0)