Add React alias

This commit is contained in:
Ben van Hartingsveldt 2025-09-14 00:43:30 +02:00
parent 1fb38b8a2c
commit 5896e7b33d
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -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,