Gordon P. Hemsley

Results 1 issues of Gordon P. Hemsley

For reasons that aren't clear to me, webpack.config.js includes the following code by default: ```js .configureBabel((config) => { config.plugins.push('@babel/plugin-proposal-class-properties'); }) ``` However, it seems that [that package](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties) has since been...