Skip to content

Oc-master/ui-extract-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

源代码目录绝对路径

License

MIT

About

具有小程序UI组件生成功能的webpack插件

Resources

License

Stars

Watchers

Forks

Packages

No packages published