3.0.0 • Published 5 years ago
egg-webpack-react v3.0.0
egg-webpack-react
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
- React Server Side Render Example, Please See egg-react-webpack-boilerplate
- React TypeScript Server Side Render Example, Please See egg-react-typescript-boilerplate
- React Server Side Render Framework Example, Please See res
Questions & Suggestions
Please open an issue here.
License
3.0.0
5 years ago
3.0.0-beta.1
5 years ago
2.0.3
5 years ago
2.0.2
7 years ago
2.0.1
7 years ago
2.0.0
7 years ago
2.0.0-beta.2
7 years ago
2.0.0-beta.1
7 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
8 years ago