ui-extract-webpack-plugin

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i ui-extract-webpack-plugin

Weekly Downloads

10

Version

1.0.0

License

MIT

Unpacked Size

7.52 kB

Total Files

5

Last publish

Collaborators

  • gorgon-medusa