next.js/test/integration/styled-jsx-plugin/app/.babelrc.js
.babelrc.js15 lines225 B
console.log('hello from babel!')

module.exports = {
  presets: [
    [
      'next/babel',
      {
        'styled-jsx': {
          plugins: [require.resolve('styled-jsx-plugin-postcss')],
        },
      },
    ],
  ],
}
Quest for Codev2.0.0
/
SIGN IN