Skip to content

Commit 8fc7a8d

Browse files
committed
Babel loose mode
1 parent 71c454f commit 8fc7a8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"presets": ["es2015", "react"]
2+
"presets": [
3+
["es2015", { "loose": true }],
4+
"react"
5+
]
36
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-loading",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Code splitting to React and Webpack",
55
"main": "./lib/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)