Skip to content

Commit e502b15

Browse files
chore: add react/jsx-runtime': 'react/jsx-runtime.js'
1 parent 8b1dd11 commit e502b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.base.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ let baseConfig = {
9393
'lodash.isempty': 'lodash-es/isEmpty',
9494
'lodash.forin': 'lodash-es/forIn',
9595
'lodash.clonedeep': 'lodash-es/cloneDeep',
96+
'react/jsx-runtime': 'react/jsx-runtime.js',
9697
...ifProduction({}, { 'react-dom': '@hot-loader/react-dom' }),
9798
},
9899
symlinks: false,

0 commit comments

Comments
 (0)