Navigation Menu

Skip to content

Commit

Permalink
Fix ESLint Babel preset resolution (#11547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Oct 13, 2021
1 parent d7b23c8 commit 9d0369b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/base.js
Expand Up @@ -33,7 +33,7 @@ module.exports = {
sourceType: 'module',
requireConfigFile: false,
babelOptions: {
presets: ['babel-preset-react-app/prod'],
presets: [require.resolve('babel-preset-react-app/prod')],
},
},

Expand Down

0 comments on commit 9d0369b

Please sign in to comment.