egg-muc-custom-loader
v1.3.4
Published
egg egg-plugin egg-muc-custom-loader
Downloads
17
Readme
egg-muc-custom-loader
Install
$ npm i egg-muc-custom-loader --save
Usage
// {app_root}/config/plugin.js
exports.mucCustomLoader = {
enable: true,
package: 'egg-muc-custom-loader',
};
Configuration
// {app_root}/config/config.default.js
exports.mucCustomLoader = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.