v3.0.11
- 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. 👯