Skip to content

Commit dd2a977

Browse files
Make sure the annotations page can be displayed
1 parent 57bf4eb commit dd2a977

29 files changed

+10595
-12113
lines changed

babel.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ module.exports = {
1010
],
1111
'@babel/preset-react'
1212
],
13-
plugins: ['@babel/plugin-transform-runtime']
13+
plugins: ['@babel/plugin-transform-runtime',
14+
["@babel/plugin-proposal-private-methods", { "loose": true }]]
1415
};

0 commit comments

Comments
 (0)