chore: add react/jsx-runtime': 'react/jsx-runtime.js'

This commit is contained in:
Lucas Cullen 2025-09-16 12:35:10 +10:00
parent 8b1dd11688
commit e502b1502d

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,