JSTQL-JS-Transform/output_testing/83index.js

7 lines
195 B
JavaScript
Raw Normal View History

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