Skip to content

Commit 0bf3bee

Browse files
committed
chore: fix build by reducing dependencies
1 parent 8a19344 commit 0bf3bee

File tree

4 files changed

+25036
-4393
lines changed

4 files changed

+25036
-4393
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.19.0
1+
v16.19.1

babel.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
module.exports = {
22
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
3-
plugins: [
4-
"@babel/plugin-proposal-class-properties",
5-
["@babel/plugin-proposal-private-methods", { "loose": false }],
6-
["@babel/plugin-proposal-private-property-in-object", { "loose": false }]
7-
]
83
};

0 commit comments

Comments
 (0)