We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb84a8a commit 26143eaCopy full SHA for 26143ea
.babelrc
@@ -9,15 +9,6 @@
9
"react",
10
"stage-0",
11
"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
- ]
21
]
22
},
23
"es6": {
@@ -28,14 +19,7 @@
28
29
],
30
"plugins": [
31
- "transform-runtime",
32
33
34
35
36
37
38
+ "transform-runtime"
39
40
24
41
25
"production": {
0 commit comments