3.0.0 • Published 4 years ago

egg-webpack-react v3.0.0

Weekly downloads
85
License
MIT
Repository
github
Last release
4 years ago

egg-webpack-react

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

Support React Server Side Render File Memory Read for egg-webpack and egg-view-react-ssr. when the local development, wepback memory read the way to cover the local file read logic.

Install

$ npm i egg-webpack-react --save-dev

Version

  • 3.x.x > Node 8
  • 2.x.x > Node 6

Usage

// {app_root}/config/plugin.js
exports.webpackreact = {
  enable: true,
  package: 'egg-webpack-react',
};

Configuration

// {app_root}/config/config.default.js
exports.webpackreact = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

3.0.0

4 years ago

3.0.0-beta.1

4 years ago

2.0.3

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

2.0.0-beta.2

6 years ago

2.0.0-beta.1

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago