Skip to content

Commit

Permalink
Lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil811 committed Dec 2, 2020
1 parent a60c0da commit 9b57ea8
Show file tree
Hide file tree
Showing 6 changed files with 560 additions and 679 deletions.
8 changes: 7 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"presets": ["es2015", "react"]
"plugins": [
"babel-plugin-syntax-dynamic-import"
],
"presets": [
"es2015",
"react"
]
}
Loading

0 comments on commit 9b57ea8

Please sign in to comment.