github.com/tilt-dev/tilt@v0.36.0/node_modules/eslint-plugin-react-hooks/index.js (about) 1 'use strict'; 2 3 // TODO: this doesn't make sense for an ESLint rule. 4 // We need to fix our build process to not create bundles for "raw" packages like this. 5 if (process.env.NODE_ENV === 'production') { 6 module.exports = require('./cjs/eslint-plugin-react-hooks.production.min.js'); 7 } else { 8 module.exports = require('./cjs/eslint-plugin-react-hooks.development.js'); 9 }