Skip to content

Instantly share code, notes, and snippets.

@mohas
Created February 13, 2022 10:17
Show Gist options
  • Save mohas/6b756cc535492e67698dc10694496b11 to your computer and use it in GitHub Desktop.
Save mohas/6b756cc535492e67698dc10694496b11 to your computer and use it in GitHub Desktop.
using @emotion/react css property with nwb
module.exports = function () {
return {
type: 'react-component',
npm: {
esModules: true,
umd: false
},
babel: {
presets: ['@emotion/babel-preset-css-prop'],
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment