egg-muc-custom-loader

egg egg-plugin egg-muc-custom-loader

Usage no npm install needed!

<script type="module">
  import eggMucCustomLoader from 'https://cdn.skypack.dev/egg-muc-custom-loader';
</script>

README

egg-muc-custom-loader

NPM version build status Test coverage David deps Known Vulnerabilities npm download

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.

License

MIT