JSTQL-JS-Transform/output_testing/366runtime.js

7 lines
No EOL
227 B
JavaScript

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