JSTQL-JS-Transform/output_testing/88jsx-runtime.react-server.js

7 lines
245 B
JavaScript
Raw Normal View History

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