KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
reapp-pack
★ 12
Open GitHub ↗
Webpack config generator for React apps
Download README (.md)
Explore Similar Repositories
typo
:
妈妈从此再也不怕我输错属性(方法)名了!
Crc32
:
No description available.
LaCrud
:
CRUD helper for Laravel
LiteDB-WebShell
:
Web Shell console application for LiteDB
BIMServerOsmSerializer
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
reapp-pack
?
Download (.md)
## reapp-pack A helper for generating webpack configs, along with some small helpers. Includes `./webpackServer` for easy use of webpack-dev-server. Based heavily on the official [webpack/react-starter](https://github.com/webpack/react-starter) repo. Webpack is just an export of the version of webpack used in this repository. ### Usage See required files in `./config`. ```js var config = require('./config/webpack.run.js'); var webpackServer = require('reapp-pack/webpackServer'); webpackServer(config, { port: 3011, debug: true, hot: true }); ``` ### Options See `./index.js`.