Skip to content

Commit

Permalink
Import correct prod version of jsx-dev-runtime for react-server (#28939)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 27, 2024
1 parent 8090457 commit 190cc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/npm/jsx-dev-runtime.react-server.js
@@ -1,7 +1,7 @@
'use strict';

if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-jsx-dev-runtime.react-server.production.min.js');
module.exports = require('./cjs/react-jsx-dev-runtime.react-server.production.js');
} else {
module.exports = require('./cjs/react-jsx-dev-runtime.react-server.development.js');
}

0 comments on commit 190cc99

Please sign in to comment.