Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 549 Bytes

polite-impalas-doubt.md

File metadata and controls

12 lines (9 loc) · 549 Bytes
babel-plugin-emotion @emotion/babel-preset-css-prop
major
major

autoLabel option no longer is a simple boolean. Instead we accept now 3 values: dev-only (the default), always and never.

Each possible value for this option produces different output code:

  • with dev-only we optimize the production code, so there are no labels added there, but at the same time we keep labels for development environments,
  • with always we always add labels when possible,
  • with never we disable this entirely and no labels are added.