Skip to content

Commit

Permalink
chore: Set compilation target to es2019 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ling1726 committed Jul 6, 2023
1 parent e07c1ef commit 13fd3f0
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "feat: downgrade to es2019",
"packageName": "@fluentui-contrib/react-chat",
"email": "lingfan.gao@microsoft.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "feat: downgrade to es2019",
"packageName": "@fluentui-contrib/react-data-grid-react-window",
"email": "lingfan.gao@microsoft.com",
"dependentChangeType": "patch"
}
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "feat: downgrade to es2019",
"packageName": "@fluentui-contrib/react-shadow",
"email": "lingfan.gao@microsoft.com",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/nx-plugin/src/generators/library/files/.swcrc
@@ -1,6 +1,6 @@
{
"jsc": {
"target": "es2020",
"target": "es2019",
"parser": {
"syntax": "typescript",
"tsx": true,
Expand All @@ -27,4 +27,4 @@
".*.js$"
],
"$schema": "https://json.schemastore.org/swcrc"
}
}
2 changes: 1 addition & 1 deletion packages/react-chat/.swcrc
@@ -1,6 +1,6 @@
{
"jsc": {
"target": "es2020",
"target": "es2019",
"parser": {
"syntax": "typescript",
"tsx": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-data-grid-react-window/.swcrc
@@ -1,6 +1,6 @@
{
"jsc": {
"target": "es2020",
"target": "es2019",
"parser": {
"syntax": "typescript",
"tsx": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/react-shadow/.swcrc
@@ -1,6 +1,6 @@
{
"jsc": {
"target": "es2020",
"target": "es2019",
"parser": {
"syntax": "typescript",
"tsx": true,
Expand Down

0 comments on commit 13fd3f0

Please sign in to comment.