egg-webpack-tuji

the plugin of pc-4.0 for build webpack bunlder

Usage no npm install needed!

<script type="module">
  import eggWebpackTuji from 'https://cdn.skypack.dev/egg-webpack-tuji';
</script>

README

egg-webpack-tuji

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

Install

$ npm i egg-webpack-tuji --save

Usage

// {app_root}/config/plugin.js
exports.webpackTuji = {
  enable: true,
  package: 'egg-webpack-tuji',
};

Configuration

// {app_root}/config/config.default.js
exports.webpackTuji = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT