Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.42 KB

File metadata and controls

25 lines (13 loc) · 1.42 KB

@emotion/babel-plugin-jsx-pragmatic

0.2.0

Minor Changes

  • #2819 bbad8c79 Thanks @nicksrandall! - exports field has been added to the package.json manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API.

0.1.5

Patch Changes

0.1.4

Patch Changes

  • 539bc0c2 #1576 Thanks @Andarist! - Insert import to @emotion/core after existing imports to avoid ordering issues with polyfills

0.1.3

Patch Changes