SoYoung210 / soso-tip

🍯소소한 팁들과 정리, 버그 해결기를 모아두는 레포
24 stars 0 forks source link

emtion to stitches babel config #56

Open SoYoung210 opened 3 years ago

SoYoung210 commented 3 years ago
module.exports = {
  presets: [
    [
      'next/babel',
      {
        'preset-react': {
          runtime: 'automatic',
-        importSource: '@emotion/react',
        },
      },
    ],
  ],
-  plugins: ['@emotion/babel-plugin', 'babel-plugin-macros'],
}

두 설정이 있으면 stitches의 css prop이 제대로 작동하지 않는다.