UNPKG

react-scripts

Version:
9 lines (8 loc) 123 B
/** * - adds `.jsx` as an extension */ module.exports = { settings: { 'import/extensions': ['.js', '.jsx'], }, }