cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

jsx-dev-runtime.js (222B)


      1'use strict';
      2
      3if (process.env.NODE_ENV === 'production') {
      4  module.exports = require('./cjs/react-jsx-dev-runtime.production.min.js');
      5} else {
      6  module.exports = require('./cjs/react-jsx-dev-runtime.development.js');
      7}