Skip to content

Commit

Permalink
Fix production build
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 16, 2024
1 parent aec9324 commit eed6746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/webpack/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ module.exports = [
},
{
...sharedConfig,
mode:
process.env.NODE_ENV === 'production'
? 'production'
: 'development',
name: 'react-jsx-runtime',
entry: {
'react-jsx-runtime': {
Expand Down

0 comments on commit eed6746

Please sign in to comment.