tomusiaka2

Results 1 comments of tomusiaka2

Installing these two plugins and updating `babel.config.js` seems to be working for me: ``` "plugins": [ ["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties", { "loose" : true }] ] ```