We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c454f commit 8fc7a8dCopy full SHA for 8fc7a8d
.babelrc
@@ -1,3 +1,6 @@
1
{
2
- "presets": ["es2015", "react"]
+ "presets": [
3
+ ["es2015", { "loose": true }],
4
+ "react"
5
+ ]
6
}
package.json
@@ -1,6 +1,6 @@
"name": "react-async-loading",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "Code splitting to React and Webpack",
"main": "./lib/index.js",
"keywords": [
0 commit comments