Skip to content

Commit

Permalink
Remove webpack and use create-react-app
Browse files Browse the repository at this point in the history
  • Loading branch information
64json committed Jun 8, 2019
1 parent faae63b commit 44384cf
Show file tree
Hide file tree
Showing 79 changed files with 11,638 additions and 10,131 deletions.
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintrc.js

This file was deleted.

21 changes: 20 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# WebStorm settings
/.idea

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/npm-debug.log

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
64 changes: 0 additions & 64 deletions environment.js

This file was deleted.

3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"experimentalDecorators": true
"experimentalDecorators": true,
"baseUrl": "src"
}
}
Loading

0 comments on commit 44384cf

Please sign in to comment.