Skip to content

Commit 315bb03

Browse files
committed
Update instructions for browserify => webpack
1 parent 40d04f7 commit 315bb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-frontend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cro web frontend
22

33
The `cro web` frontend is a React.js/Redux.js application, bundled into a
4-
single JavaScript using browserify. It is written in ES6, with babel being
4+
single JavaScript file using webpack. It is written in ES6, with babel being
55
used to translate it into the JavaScript browsers more widely support. The
66
generated bundle is committed into `../resources/`, so that `cro` users do
77
not need to install a JavaScript build toolchain in order to use `cro`; only
@@ -11,7 +11,7 @@ setup of a build toolchain.
1111
## Setup
1212

1313
1. Install Node.js and `npm`.
14-
2. `npm install -g browserify`
14+
2. `npm install -g webpack`
1515
3. npm install .
1616

1717
## Building

0 commit comments

Comments
 (0)