diff --git a/.babelrc b/.babelrc index 21adfa68a7e18e..768430926876ed 100644 --- a/.babelrc +++ b/.babelrc @@ -29,7 +29,7 @@ "env": { "development": { "plugins": [ - ["emotion", {"sourceMap": true}] + ["emotion", {"sourceMap": true, "autoLabel": true}] ] }, "test": {