A wepy plugin for patching RxJS for wepy project.
npm install --save wepy-plugin-rxjs
# OR
yarn add --dev wepy-plugin-rxjs
Append following code in your wepy.config.js
:
module.exports.plugins = module.exports.plugins || {}
module.exports.plugins.rxjs = {}