1.0.0-beta.27 • Published 3 years ago

babel-plugin-emotion-rename v1.0.0-beta.27

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

babel-plugin-emotion-rename npm

Automatically rename legacy emotion imports to new supported emotion versions

Demo repository with Webpack+Babel+React+Emotion11

How it works

  • Scan all imports, try to rename legacy import from emotion / react-emotion to @emotion/css
  • If it used styled, add additional new import @emotion/styled
  • If the emotion.css is used within styled, swap with css method from @emotion/react

Compatibility:

  • Legacy v9 to v11
  • Some things may not be working, please checkout with caution!
  • If you're using SSR, It's very recommended to also implement @emotion/css SSR integration as well for smoother migration

Known issues:

  • If you import a variable from another file, and that variable is used within styled/css tagged template literal, then it's currently impossible to statically analyze and rename the import

Install

$ npm install --save-dev babel-plugin-emotion-rename

babelrc

{
  "plugins": ["babel-plugin-emotion-rename"]
}

Codemod

  • Codemod CLI coming soon, so that we can drop runtime transpilation step.

License

MIT

1.0.0-beta.22

3 years ago

1.0.0-beta.23

3 years ago

1.0.0-beta.20

3 years ago

1.0.0-beta.21

3 years ago

1.0.0-beta.26

3 years ago

1.0.0-beta.27

3 years ago

1.0.0-beta.24

3 years ago

1.0.0-beta.25

3 years ago

1.0.0-beta.19

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.11

3 years ago

1.0.0-beta.12

3 years ago

1.0.0-beta.10

3 years ago

1.0.0-beta.6

3 years ago

1.0.0-beta.7

3 years ago

1.0.0-beta.8

3 years ago

1.0.0-beta.9

3 years ago

1.0.0-beta.17

3 years ago

1.0.0-beta.18

3 years ago

1.0.0-beta.15

3 years ago

1.0.0-beta.13

3 years ago

1.0.0-beta.14

3 years ago

1.0.0-beta.1

3 years ago