webpack-config-plugin

v1.0.0
Configuration plugin (in the style of node-config) for webpack.
webpack plugin config

webpack-config-plugin

Configuration plugin (in the style of node-config) for webpack.

Install

npm install --save-dev webpack-config-plugin

Configuration

// webpack.config.js
var path = require("path")
var ConfigPlugin = require("webpack-config-plugin")

module.exports = {
  // [...]
  plugins: [
    // [...]
    new ConfigPlugin({
      // Configuration directory
      dir: path.join(__dirname, "config")
    })
  ]
}

Usage

When the plugin has been configured it enables a faux-module config which is a merge between a default configuration, an environment-specific configuration, and a local configuration.

npm i webpack-config-plugin

Metadata

  • MIT
  • Whatever
  • Ryan Leckey
  • released 7/19/2017

Downloads

Maintainers