easywebpack-react

5.0.2 • Public • Published

easywebpack-react

NPM version build status Test coverage David deps Known Vulnerabilities npm download

React client render and server side render build solution for Webpack

  • easywebpack-react ^5.0.0 > Webpack ^5.0.0 + Babel 7
  • @easy-team/easywebpack-react ^4.0.0 > Webpack ^4.0.0 + Babel 7
  • easywebpack-react ^4.0.0 > Webpack ^4.0.0 + Babel 6
  • easywebpack-react ^3.0.0 > Webpack ^3.0.0 + Babel 6

Featues

  • ✔︎ React Client Render and Server Side Render Build Mode
  • ✔︎ React Single Appliaction and React Mutil Appliaction Build Mode
  • ✔︎ Hot Reload, Css Hot Reload, Code Splitting, High Speed, Cache Build, Thread Build
  • ✔︎ ES5/ES6/ES7, TypeScript, DLL, Css Module, Dynamic Import, AntD Dynamic Import
  • ✔︎ Powerful Tool Chain easywebpack-cli

Documents

Install

$ npm i easywebpack-react --save-dev

QuickStart

  • Install Command Line
$ npm i easywebpack-cli -g 
  • Initalize Application
$ easy init
  • Running Application
$ npm start

Configuration

Write Webpack Config webpack.config.js

const easywebpack = require('easywebpack-react');
const webpack = easywebpack.webpack;
const merge = easywebpack.merge;
const webpackConfig = easywebpack.getWebpackConfig({
    env, // support dev, test, prod 
    target : 'web', // browser mode build
    entry:{
      app: 'src/index.js'
    },
    customize(webpackConfig) {
      // ... customize webpack config
      return webpackConfig;
    }
});

Webpack Build

easy build --webpack

OR

webpack --config webpack.config.js

Application Development & Building

const webpackConfig = require('./webpack.config.js');
const easywebpack = require('easywebpack-react');
const webpackTool = new WebpackTool();
// development mode
easywebpack.server(webpackConfig);
// build file to disk
easywebpack.build(webpackConfig);


## Example

- [react-client-render-boilerplate](https://github.com/easy-team/easywebpack-cli-template/tree/master/boilerplate/react) React client render boilerplate.

- [egg-react-webpack-boilerplate](https://github.com/easy-team/egg-react-webpack-boilerplate) support client render and server render.

- [egg-react-typescript-boilerplate](https://github.com/easy-team/egg-react-typescript-boilerplate) Egg + TypeScript + React server render boilerplate.

- you can use [easywebpack-cli](https://github.com/easy-team/easywebpack-cli) create client render project or create server side render project for react.


## Questions & Suggestions

Please open an issue [here](https://github.com/easy-team/easywebpack-react).

## License

[MIT](LICENSE)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.0.29latest
4.5.0-alpha.11next
5.0.105x
3.6.3-rc.103.x

Version History

VersionDownloads (Last 7 Days)Published
5.0.29
5.0.10
5.0.00
5.0.0-beta.20
5.0.0-beta.10
4.4.524
4.4.40
4.5.0-alpha.11
4.4.30
4.4.20
4.4.1-next0
4.4.10
4.4.00
4.4.0-rc.30
4.4.0-rc.20
4.3.10
4.4.0-rc.10
4.3.00
4.3.0-rc.20
4.3.0-rc.10
4.2.00
4.2.0-beta.10
4.1.10
3.6.3-rc.10
4.1.0-rc.10
3.6.22
4.0.00
4.0.0-rc.10
3.6.10
3.6.00
3.6.0-rc.10
3.5.00
3.3.0-rc.50
3.3.0-rc.30
3.3.0-rc.20
3.3.0-rc.10
3.2.30
3.2.20
3.2.10
3.2.00
3.2.0-rc41
3.2.0-rc31
3.0.00
3.0.0-rc30
3.0.0-rc21
3.0.0-rc11
1.0.10
1.0.00
0.2.00
0.1.10
0.1.00
0.0.10

Package Sidebar

Install

npm i easywebpack-react

Weekly Downloads

40

Version

5.0.2

License

MIT

Unpacked Size

15 kB

Total Files

12

Last publish

Collaborators

  • hubcarl