Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 8984d3c

Browse files
committed
chore: add option to build fro production
1 parent 5003b00 commit 8984d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/nuxt.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export default {
9797
},
9898
babel: {
9999
plugins: [
100+
['@babel/plugin-proposal-private-property-in-object', { loose: true }],
100101
'@babel/plugin-proposal-optional-chaining'
101102
]
102103
}

0 commit comments

Comments
 (0)