Skip to content

Commit c2cd5cb

Browse files
committed
Update Core Structure and Components
Update Core Structure and Components
1 parent e0eeb2b commit c2cd5cb

File tree

602 files changed

+71110
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

602 files changed

+71110
-0
lines changed

config-overrides.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const { useBabelRc, override } = require("customize-cra");
2+
3+
module.exports = override(useBabelRc());

jsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "src"
4+
}
5+
}

0 commit comments

Comments
 (0)