Skip to content

Commit 44384cf

Browse files
committed
Remove webpack and use create-react-app
1 parent faae63b commit 44384cf

File tree

79 files changed

+11638
-10131
lines changed

Some content is hidden

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

79 files changed

+11638
-10131
lines changed

.babelrc

Lines changed: 0 additions & 18 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

.gitignore

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1+
# WebStorm settings
12
/.idea
3+
4+
# dependencies
25
/node_modules
6+
/.pnp
7+
.pnp.js
8+
9+
# testing
10+
/coverage
11+
12+
# production
313
/build
4-
/npm-debug.log
14+
15+
# misc
516
.DS_Store
17+
.env.local
18+
.env.development.local
19+
.env.test.local
20+
.env.production.local
21+
22+
npm-debug.log*
23+
yarn-debug.log*
24+
yarn-error.log*

environment.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3-
"experimentalDecorators": true
3+
"experimentalDecorators": true,
4+
"baseUrl": "src"
45
}
56
}

0 commit comments

Comments
 (0)