1.0.0 • Published 4 years ago

ui-extract-webpack-plugin v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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