Fix auto label setting

This commit is contained in:
Daniel Lautzenheiser 2022-09-21 19:32:48 -04:00
parent a36ad89385
commit 193b908925

View File

@ -43,7 +43,7 @@ function presets() {
[ [
'@emotion/babel-preset-css-prop', '@emotion/babel-preset-css-prop',
{ {
autoLabel: true, autoLabel: "always",
}, },
], ],
'@babel/typescript', '@babel/typescript',