Skip to content

Commit

Permalink
fix: babel build
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar authored and imyelo committed Aug 24, 2018
1 parent 2ec3055 commit 6c4153b
Show file tree
Hide file tree
Showing 7 changed files with 933 additions and 1,528 deletions.
14 changes: 1 addition & 13 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"presets": [
[
"env",
{
"targets": {
"browsers": ["last 2 versions"]
},
"modules": false
}
],
"stage-0"
],
"plugins": [
"external-helpers"
["@babel/preset-env", {"modules": false, "loose": true}]
]
}
4 changes: 4 additions & 0 deletions .browserlistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 小程序运行环境: https://developers.weixin.qq.com/miniprogram/dev/devtools/details.html

iOS 8
ChromeAndroid 53
Loading

0 comments on commit 6c4153b

Please sign in to comment.