JSTQL-JS-Transform/output_testing/246persistent.js

7 lines
245 B
JavaScript
Raw Normal View History

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