Skip to content

Commit

Permalink
Revert "fix: babel default options"
Browse files Browse the repository at this point in the history
This reverts commit 300277d.
  • Loading branch information
jquense committed Sep 4, 2018
1 parent 300277d commit 512de27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby/src/redux/reducers/babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = (
presets: [],
options: {
cacheDirectory: true,
babelrc: false,
sourceType: `unambiguous`,
},
},
Expand All @@ -16,6 +17,7 @@ module.exports = (
presets: [],
options: {
cacheDirectory: true,
babelrc: false,
sourceType: `unambiguous`,
},
},
Expand All @@ -24,6 +26,7 @@ module.exports = (
presets: [],
options: {
cacheDirectory: true,
babelrc: false,
sourceType: `unambiguous`,
},
},
Expand All @@ -32,6 +35,7 @@ module.exports = (
presets: [],
options: {
cacheDirectory: true,
babelrc: false,
sourceType: `unambiguous`,
},
},
Expand Down

0 comments on commit 512de27

Please sign in to comment.