mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
chore(suite): remove react imports (#9331)
* chore(suite): update eslint and webpack config * chore(suite): remove react imports, change default and namespace imports to named imports * test(suite): update jest config
This commit is contained in:
@@ -10,7 +10,12 @@ const babelConfig = {
|
||||
'module:metro-react-native-babel-preset',
|
||||
['@babel/preset-env', { targets: { node: 'current' }, modules: 'commonjs' }],
|
||||
'@babel/preset-typescript',
|
||||
'@babel/preset-react',
|
||||
[
|
||||
'@babel/preset-react',
|
||||
{
|
||||
runtime: 'automatic',
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user