Skip to content

Commit 26143ea

Browse files
committed
Removed unnecessary babel plugins
1 parent fb84a8a commit 26143ea

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.babelrc

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
"react",
1010
"stage-0",
1111
"stage-1"
12-
],
13-
"plugins": [
14-
[
15-
"css-modules-transform", {
16-
"generateScopedName": "Cal__[name]__[local]",
17-
"preprocessCss": "./babel.preprocess.sass.js",
18-
"extensions": [".scss"]
19-
}
20-
]
2112
]
2213
},
2314
"es6": {
@@ -28,14 +19,7 @@
2819
"stage-1"
2920
],
3021
"plugins": [
31-
"transform-runtime",
32-
[
33-
"css-modules-transform", {
34-
"generateScopedName": "Cal__[name]__[local]",
35-
"preprocessCss": "./babel.preprocess.sass.js",
36-
"extensions": [".scss"]
37-
}
38-
]
22+
"transform-runtime"
3923
]
4024
},
4125
"production": {

0 commit comments

Comments
 (0)