soso-tip icon indicating copy to clipboard operation
soso-tip copied to clipboard

emtion to stitches babel config

Open SoYoung210 opened this issue 3 years ago โ€ข 0 comments

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

๋‘ ์„ค์ •์ด ์žˆ์œผ๋ฉด stitches์˜ css prop์ด ์ œ๋Œ€๋กœ ์ž‘๋™ํ•˜์ง€ ์•Š๋Š”๋‹ค.

SoYoung210 avatar Jun 20 '21 11:06 SoYoung210