Open
Description
For reasons that aren't clear to me, webpack.config.js includes the following code by default:
.configureBabel((config) => {
config.plugins.push('@babel/plugin-proposal-class-properties');
})
However, it seems that that package has since been deprecated and replaced by @babel/plugin-transform-class-properties, which means default recipe fails to compile.
Metadata
Assignees
Labels
No labels