Skip to content

Commit

Permalink
Sets up babel to respect .babelrc from monorepos
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Park committed Jan 29, 2019
1 parent 2ce0d70 commit 9458b6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .babelrc

This file was deleted.

8 changes: 8 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
babelrcRoots: [
"css",
"tokens",
"components",
"docs"
]
};

0 comments on commit 9458b6e

Please sign in to comment.