Skip to main content
Module

x/goober/prefixer/babel.config.cjs

πŸ₯œ goober, a less than 1KB πŸŽ‰ css-in-js alternative with a familiar API
Go to Latest
File
module.exports = { plugins: [ [ '@babel/plugin-transform-react-jsx', { pragma: 'h' } ] ], presets: [ [ '@babel/preset-env', { targets: { node: 'current' } } ] ]};