Skip to content

Commit

Permalink
Make sure the annotations page can be displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed May 28, 2021
1 parent 57bf4eb commit dd2a977
Show file tree
Hide file tree
Showing 29 changed files with 10,595 additions and 12,113 deletions.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ module.exports = {
],
'@babel/preset-react'
],
plugins: ['@babel/plugin-transform-runtime']
plugins: ['@babel/plugin-transform-runtime',
["@babel/plugin-proposal-private-methods", { "loose": true }]]
};
Loading

0 comments on commit dd2a977

Please sign in to comment.