Skip to content

v3.0.11

Compare
Choose a tag to compare
@JasonBoy JasonBoy released this 17 Nov 04:02
· 201 commits to master since this release
  • provide both original transpiled client.js and minified one, now you can:
    const WechatJSSDK = require('wechat-jssdk/dist/client') or
    const WechatJSSDK = require('wechat-jssdk/dist/client.min'),
    for browser side usage, before there is only minified version. 👯