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 a26f938 commit c910eecCopy full SHA for c910eec
config/rollup.plugins.js
@@ -46,7 +46,7 @@ export function babelPlugin({ transpileToES5, allowConsole = false, allowPostMes
46
],
47
plugins: [
48
['@babel/plugin-proposal-object-rest-spread'],
49
- ['@babel/proposal-class-properties'],
+ ['@babel/proposal-class-properties', {loose: !transpileToES5}],
50
[
51
'babel-plugin-minify-replace',
52
{
0 commit comments