All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.jsx-runtime.react-server.js Maven / Gradle / Ivy

The newest version!
'use strict';

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy