Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
switch babelrc to babel config. for some reason rc stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBarnes committed Dec 16, 2019
1 parent 4658342 commit 59f229c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .babelrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_modules/
yarn-error.log
package-lock.json
/*.js
!babel.config.js
src/.eslintrc.json
src/package.json
src/readme.md
11 changes: 11 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
presets: [
[
'babel-preset-gatsby-package',
{
browser: true,
},
],
],
plugins: ['@babel/plugin-proposal-class-properties'],
}

0 comments on commit 59f229c

Please sign in to comment.