Skip to content

Commit 1d8b073

Browse files
committed
fix: webpack build
1 parent 81277bd commit 1d8b073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

browser/webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ module.exports = {
4646
]
4747
],
4848
plugins: [
49-
'@babel/plugin-proposal-class-properties',
50-
'@babel/plugin-proposal-optional-chaining',
51-
'@babel/plugin-proposal-nullish-coalescing-operator',
49+
'@babel/plugin-transform-class-properties',
50+
'@babel/plugin-transform-optional-chaining',
51+
'@babel/plugin-transform-nullish-coalescing-operator',
5252
]
5353
}
5454
}

0 commit comments

Comments
 (0)