emotion
The official plugin for emotion css-in-js library.
Configuration
The plugin uses the same config as described in Next emotion documentation.
{
jsc: {
...
experimental: {
plugins: [ ['@swc/plugin-emotion', {
sourceMap?: boolean,
autoLabel?: 'never' | 'dev-only' | 'always',
labelFormat?: string,
}] ]
}
}
Credit
Source code for plugin itself (not transforms) are copied from https://github.com/IvanRodriCalleja/emotion-swc-plugin
@swc/plugin-emotion
2.5.118
Patch Changes
- 096d823: Strip line comments correctly
2.5.117
Patch Changes
2.5.116
Patch Changes
- 47db290: Fix string escaping issue
2.5.115
Patch Changes
- 906b5dd: Fix panic when trying to unwrap None on setting the context for a function name
2.5.114
Patch Changes
- 4ef0b7f: Add changelog to the readme
2.5.113
Patch Changes
2.5.112
Patch Changes