Skip to content

Commit 45261b7

Browse files
authored
fix(weapp): prevent throwing when 6to5 transform not enabled (#434)
1 parent b1fa63f commit 45261b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"nyc": "^8.1.0",
5050
"should": "^11.1.0",
5151
"uglify-js": "git+https://github.com/Swaagie/UglifyJS2.git#fcb4f2f21584dc5b21af4c10e17733e1686135e4",
52-
"weapp-polyfill": "github:leancloud/weapp-polyfill#b3fb53b",
52+
"weapp-polyfill": "^1.1.0",
5353
"webpack": "^2.2.0-rc.3"
5454
},
5555
"license": "MIT",

0 commit comments

Comments
 (0)