webpack-config-plugin

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i webpack-config-plugin

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mehcode