build: remove unneeded 'core/*' from babelrcRoots

This commit is contained in:
Michael Bradley, Jr 2019-09-06 19:02:31 -05:00 committed by Michael Bradley
parent 2dedfaa127
commit c58ffcdd23

View File

@ -8,8 +8,7 @@ module.exports = (api) => {
const base = {
babelrcRoots: [
'.',
'packages/*',
'core/*',
'packages/*'
],
plugins: [
'babel-plugin-macros',