Skip to content

Commit 9f5b264

Browse files
committed
remove babel proptypes options
1 parent e4ec548 commit 9f5b264

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.babelrc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"presets": ["@babel/preset-env", "@babel/preset-react"],
33
"plugins": [
4-
[
5-
{
6-
"mode": "unsafe-wrap",
7-
"ignoreFilenames": ["node_modules"]
8-
}
9-
],
104
["@babel/plugin-proposal-object-rest-spread", { "loose": true }],
115
["@babel/plugin-proposal-class-properties", { "loose": true }],
126
"@babel/transform-runtime"

0 commit comments

Comments
 (0)