Compile with loose mode (#332)

This commit is contained in:
Brian Ng 2017-05-22 09:19:55 -05:00 committed by Henry Zhu
parent 0fcfcc5bf2
commit fa69bfc755

View File

@ -76,9 +76,9 @@
},
"babel": {
"presets": [
[
"env"
]
["env", {
"loose": true
}]
],
"env": {
"test": {