1.0.0 • Published 5 years ago

@jereation/webpack-configurator v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

webpack-configurator

NPM version build status Test coverage David deps npm download

A Simple, Powerful Wepback Front-End Development Solution

Feature

webpack-configurator

Document

Install

$ npm i webpack-configurator --save-dev

Usage

const webpack-configurator = requier('webpack-configurator');
const env = process.env.BUILD_ENV; // support dev/test/prod
const webpackConfig = webpack-configurator.getWebpackConfig({
  env,
  target: 'web',
  entry: {
    index: 'src/app.js'
  }
});

Usage Solution

Webpack Command Tool

webpack-configurator-cli Webpack Building Command Line And Boilerplate Init Tool for webpack-configurator

Application Boilerplate

Questions & Suggestions

Please open an issue here.

License

MIT