Skip to content

Commit

Permalink
chore: update babel config (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtjones404 authored Dec 19, 2022
1 parent b857e89 commit 2657252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

// eslint-disable-next-line import/no-commonjs
module.exports = {
extends: "@krakenjs/grumbler-scripts/config/.babelrc-browser",
extends: "@krakenjs/babel-config-grumbler/babelrc-browser",
};
2 changes: 1 addition & 1 deletion test/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

// eslint-disable-next-line import/no-commonjs
module.exports = {
extends: "@krakenjs/grumbler-scripts/config/.babelrc-browser",
extends: "@krakenjs/babel-config-grumbler/babelrc-browser",
};

0 comments on commit 2657252

Please sign in to comment.