Skip to content

Commit 2e417d4

Browse files
committed
Lazy loading
1 parent 52ce015 commit 2e417d4

6 files changed

Lines changed: 560 additions & 679 deletions

File tree

.babelrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"presets": ["es2015", "react"]
2+
"plugins": [
3+
"babel-plugin-syntax-dynamic-import"
4+
],
5+
"presets": [
6+
"es2015",
7+
"react"
8+
]
39
}

0 commit comments

Comments
 (0)