mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-10-01 07:40:45 +00:00
Add React alias
This commit is contained in:
parent
1fb38b8a2c
commit
5896e7b33d
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ let baseConfig = {
|
|||
'lodash.isempty': 'lodash-es/isEmpty',
|
||||
'lodash.forin': 'lodash-es/forIn',
|
||||
'lodash.clonedeep': 'lodash-es/cloneDeep',
|
||||
'react/jsx-runtime': 'react/jsx-runtime.js',
|
||||
...ifProduction({}, { 'react-dom': '@hot-loader/react-dom' }),
|
||||
},
|
||||
symlinks: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue