dndc-ui-extract-webpack-plugin
v1.0.0
Published
具有小程序UI组件生成功能的webpack插件
Downloads
2
Readme
ui-extract-webpack-plugin
Installation
$ npm install ui-extract-webpack-plugin --save
Usage
const UiExtractPlugin = require('ui-extract-webpack-plugin');
module.exports = {
// ...
plugins: [
new UiExtractPlugin(options),
// ...
],
};
Options
context
- Type:
String
- Default:
undefined
源代码目录绝对路径