We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81277bd commit 1d8b073Copy full SHA for 1d8b073
browser/webpack.config.js
@@ -46,9 +46,9 @@ module.exports = {
46
]
47
],
48
plugins: [
49
- '@babel/plugin-proposal-class-properties',
50
- '@babel/plugin-proposal-optional-chaining',
51
- '@babel/plugin-proposal-nullish-coalescing-operator',
+ '@babel/plugin-transform-class-properties',
+ '@babel/plugin-transform-optional-chaining',
+ '@babel/plugin-transform-nullish-coalescing-operator',
52
53
}
54
0 commit comments