-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1221 from IgniteUI/mvenkov/fix-react-build
- Loading branch information
Showing
10 changed files
with
73 additions
and
56 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
packages/cli/templates/react/igr-ts/projects/_base/files/__dot__editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Editor configuration, see https://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.ts] | ||
quote_type = single | ||
|
||
[*.md] | ||
max_line_length = off | ||
trim_trailing_whitespace = false |
28 changes: 14 additions & 14 deletions
28
packages/cli/templates/react/igr-ts/projects/_base/files/ignite-ui-cli.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"version": "$(cliVersion)", | ||
"project": { | ||
"defaultPort": 3003, | ||
"framework": "react", | ||
"projectType": "igr-ts", | ||
"projectTemplate": "$(projectTemplate)", | ||
"theme": "$(theme)", | ||
"isBundle": false, | ||
"components": [], | ||
"sourceFiles": [], | ||
"isShowcase": false, | ||
"version": "" | ||
}, | ||
"build": {} | ||
"version": "$(cliVersion)", | ||
"project": { | ||
"defaultPort": 3003, | ||
"framework": "react", | ||
"projectType": "igr-ts", | ||
"projectTemplate": "$(projectTemplate)", | ||
"theme": "$(theme)", | ||
"isBundle": false, | ||
"components": [], | ||
"sourceFiles": [], | ||
"isShowcase": false, | ||
"version": "" | ||
}, | ||
"build": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
packages/cli/templates/react/igr-ts/projects/_base/files/src/vite-env.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/// <reference types="vite/client" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters