mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
5 lines
159 B
JavaScript
5 lines
159 B
JavaScript
module.exports = {
|
|
presets: ['@babel/env', '@babel/react', '@babel/typescript'],
|
|
plugins: ['styled-jsx/babel-test', '@babel/plugin-transform-runtime'],
|
|
};
|