Skip to content

Commit dca1015

Browse files
- Added @babel/plugin-transform-class-static-block to support testing
1 parent 843cfef commit dca1015

File tree

3 files changed

+127
-250
lines changed

3 files changed

+127
-250
lines changed

babel.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ module.exports = {
99
],
1010
'@babel/preset-typescript',
1111
],
12-
plugins: ['@babel/plugin-proposal-class-properties', '@babel/plugin-proposal-optional-chaining'],
12+
plugins: [
13+
'@babel/plugin-proposal-class-properties',
14+
'@babel/plugin-proposal-optional-chaining',
15+
'@babel/plugin-transform-class-static-block',
16+
],
1317
};

0 commit comments

Comments
 (0)