diff --git a/docs/install.md b/docs/install.md index a1cad0025..0f09b6cd0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -18,12 +18,12 @@ npm install --save emotion react-emotion babel-plugin-emotion **Notes:** - Make sure `"emotion"` is the first plugin. -- If you are using Babel's env option in your `.babelrc` file ensure that emotion is first in every environment's list of plugins. +- If you are using Babel's env option in your `.babelrc` file, ensure that emotion is first in every environment's list of plugins. ```json { "env": { "production": { - "plugins": ["emotion", "transform-react-constant-elements"] + "plugins": ["emotion", "some-other-plugin"] } }, "plugins": ["emotion"]