rewp
v0.7.1
Published
React-webpack builder.
Readme
rewp
Purpose
A builder for react and webpack applications. Like react-scripts but simpler (doesn't do as much).
Install
You can install this via npm npm install --save-dev rewp
Usage
Using npm you can simply run npx rewp build in your project's root directory.
Arguments
Modes
buildStarts a build with webpack.testStarts running tests with jest.versionGets the current rewp version.
Flags
Each mode has flags you can pass down with it.
build
--watch(boolean)- defaults to false
--serve(boolean)- defaults to false
--config--overrideConfig(boolean)- defaults to false
test
version
No flags
