daidaibo / easywebpack

A Simple, Powerful Wepback Front-End Development Solution

Home Page:https://www.yuque.com/easy-team/easywebpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easywebpack

NPM version build status Test coverage David deps npm download

A Simple, Powerful Wepback Front-End Development Solution

Feature

easywebpack

Document

Install

$ npm i easywebpack --save-dev

Usage

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

Usage Solution

Webpack Command Tool

easywebpack-cli Webpack Building Command Line And Boilerplate Init Tool for easywebpack

Application Boilerplate

Questions & Suggestions

Please open an issue here.

License

MIT

About

A Simple, Powerful Wepback Front-End Development Solution

https://www.yuque.com/easy-team/easywebpack

License:MIT License


Languages

Language:JavaScript 100.0%