Skip to content

Commit

Permalink
add { browser: true } option to .babelrc.js for issue #24
Browse files Browse the repository at this point in the history
  • Loading branch information
timhagn committed Apr 5, 2019
1 parent 108cb88 commit badc152
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .babelrc.js
Expand Up @@ -8,6 +8,8 @@ if (process.env.NODE_ENV !== `test`) {

module.exports = {
sourceMaps: true,
presets: ['babel-preset-gatsby-package'],
presets: [
['babel-preset-gatsby-package', { "browser": true }],
],
ignore,
}

0 comments on commit badc152

Please sign in to comment.