Skip to content

Commit

Permalink
Update babel ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 committed Nov 1, 2024
1 parent e123143 commit 04beaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line import/no-commonjs
module.exports = {
ignore: ['ses.cjs'],
ignore: [/\/ses\.cjs/],
presets: ['module:metro-react-native-babel-preset'],
plugins: [
'transform-inline-environment-variables',
Expand Down

0 comments on commit 04beaf0

Please sign in to comment.