Minor Changes
- fbc17ed: -
@compiled/babel-plugin-strip-runtime
: Fixcss
function calls not being extracted when using classic JSX pragma syntax and@babel/preset-react
is turned on. Now, when the classic JSX pragma syntax is used for Compiled and@babel/preset-react
is turned on (assuming@babel/preset-react
runs before@compiled/babel-plugin-strip-runtime
), the JSX pragma and thejsx
import will be completely removed in the output.@compiled/eslint-plugin
: Change regex injsx-pragma
rule to match @babel/plugin-transform-react-jsx@compiled/utils
: Change regex injsx-pragma
rule to match @babel/plugin-transform-react-jsx
Patch Changes
- Updated dependencies [fbc17ed]
- @compiled/utils@0.9.0
- @compiled/css@0.12.1