Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 16, 2024
1 parent 563fa63 commit 93257f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/melange.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ environment:
- ca-certificates-bundle
- busybox
- git
- go
- nodejs
- go-1.21
- nodejs-1.19
- yarn
environment:
GOMODCACHE: '/var/cache/melange'
Expand Down
8 changes: 6 additions & 2 deletions web/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ module.exports = {
"@babel/preset-typescript",
],
plugins: [
["@babel/plugin-proposal-class-properties", { loose: true }],
["@babel/plugin-proposal-optional-chaining", { loose: true }],
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-optional-chaining",
],
"assumptions": {
"privateFieldsAsProperties": true,
"setPublicClassFields": true
}
};

0 comments on commit 93257f7

Please sign in to comment.