File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This plugin is a highly recommended supplement to the base styled-components lib
1212Install the plugin first:
1313
1414```
15- npm i -D babel-plugin-styled-components
15+ npm install --save-dev babel-plugin-styled-components
1616```
1717
1818Then add it to your babel configuration:
@@ -28,7 +28,7 @@ Then add it to your babel configuration:
2828If you are using the styled-components v4 beta, you'll also need to use the beta version of this plugin:
2929
3030```
31- npm i -D babel-plugin-styled-components@beta
31+ npm install --save-dev babel-plugin-styled-components@beta
3232```
3333
3434Older versions should technically work, but some of the bundle size reduction benefits are only realized with the newer code!
You can’t perform that action at this time.
0 commit comments