UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

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