Skip to content

Commit ff8832d

Browse files
Offline functionality
1 parent 82ccf7a commit ff8832d

266 files changed

Lines changed: 7132 additions & 4494 deletions

File tree

Some content is hidden

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

.babelrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react"
5+
],
6+
"plugins": [
7+
"@babel/plugin-proposal-class-properties"
8+
]
9+
}

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
PORT=3000
22
CHOKIDAR_USEPOLLING=true
3+
SKIP_PREFLIGHT_CHECK=true

node_modules/@babel/core/LICENSE

100755100644
File mode changed.

node_modules/@babel/core/README.md

100755100644
File mode changed.

node_modules/@babel/core/lib/config/caching.js

100755100644
File mode changed.

node_modules/@babel/core/lib/config/config-chain.js

100755100644
File mode changed.

node_modules/@babel/core/lib/config/config-descriptors.js

100755100644
File mode changed.

node_modules/@babel/core/lib/config/files/configuration.js

100755100644
File mode changed.

node_modules/@babel/core/lib/config/files/import.js

100755100644
File mode changed.

node_modules/@babel/core/lib/config/files/index-browser.js

100755100644
File mode changed.

0 commit comments

Comments
 (0)