Skip to content

Commit

Permalink
fix(cli): fix dockerignore and swcrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 21, 2024
1 parent 3f6e954 commit 972207b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cli/templates/init/.dockerignore.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
Dockerfile
.env.local
.env.development
**/*.spec.ts
2 changes: 1 addition & 1 deletion packages/cli/templates/init/.swcrc.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"decorators": true,
"dynamicImport": true
},
"target": "es2023",
"target": "es2022",
"externalHelpers": true,
"keepClassNames": true,
"transform": {
Expand Down

0 comments on commit 972207b

Please sign in to comment.