We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ce015 commit 2e417d4Copy full SHA for 2e417d4
6 files changed
.babelrc
@@ -1,3 +1,9 @@
1
{
2
- "presets": ["es2015", "react"]
+ "plugins": [
3
+ "babel-plugin-syntax-dynamic-import"
4
+ ],
5
+ "presets": [
6
+ "es2015",
7
+ "react"
8
+ ]
9
}
0 commit comments