Skip to content

Commit 05794dc

Browse files
this contains PR gatsbyjs/gatsby#30801
0 parents  commit 05794dc

File tree

5,983 files changed

+1073103
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,983 files changed

+1073103
-0
lines changed

.babelrc.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const ignore = [`**/dist`]
2+
3+
// Jest needs to compile this code, but generally we don't want this copied
4+
// to output folders
5+
// if (process.env.NODE_ENV !== `test`) {
6+
// ignore.push(`**/__tests__`)
7+
// }
8+
9+
module.exports = {
10+
sourceMaps: true,
11+
presets: [`babel-preset-gatsby-package`],
12+
ignore,
13+
}

0 commit comments

Comments
 (0)