1.0.5 • Published 4 years ago

get-webpack-plugin v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

GetWebpackPlugin

get the webpack runtime configuration

Installation

  npm install --save-dev get-webpack-plugin

Configuration

  const { GetWebpackPlugin } = require('get-webpack-plugin');
  
  module.exports = {
    ...
    plugins: [
      new GetWebpackPlugin(),

      // Pass in Parameters to get the specified configuration items
      // new GetWebpackPlugin(name)
    ]
  }
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago