Skip to content

Commit

Permalink
fix: file path
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Apr 26, 2024
1 parent 4717c8e commit 52a138d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/npm/jsx-dev-runtime.react-server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

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

0 comments on commit 52a138d

Please sign in to comment.