We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a38b36 commit bcbf14aCopy full SHA for bcbf14a
README.md
@@ -9,13 +9,13 @@ It is a direct port of the amazing [react workflow](https://github.com/cesarandr
9
## Features
10
11
* Heavily commented webpack configuration with reasonable defaults.
12
-* ES6, and ES7 support with babel.js.
+* ES6, and ES7 support with babel.
13
* Source maps included in all builds.
14
* Development server with live reload.
15
* Production builds with cache busting and asset minification.
16
* Testing environment using karma to run tests and jasmine as the framework.
17
* Code coverage when tests are run.
18
-* No gulp and no grunt, just npm run-scripts.
+* No gulp and no grunt, just npm scripts.
19
20
## Installation
21
0 commit comments