mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
fix: icon fixes, react 18 support
This commit is contained in:
@@ -2,5 +2,5 @@ module.exports = {
|
||||
presets: ['@babel/preset-env', ['@babel/preset-react', {
|
||||
runtime: 'automatic'
|
||||
}]],
|
||||
plugins: ['@babel/plugin-proposal-class-properties', '@babel/transform-runtime', '@babel/plugin-transform-react-inline-elements', 'babel-plugin-transform-react-class-to-function', '@babel/plugin-transform-react-constant-elements']
|
||||
plugins: ['@babel/transform-runtime', '@babel/plugin-transform-react-inline-elements', '@babel/plugin-transform-react-constant-elements']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user