You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so that nvm will be correctly installed to manage multiple installations
453
-
of node.js (with npm) on a Windows computer.
452
+
of **node.js** (with **npm**) on a Windows computer.
454
453
455
454
### Building the project
456
455
@@ -478,11 +477,7 @@ And finally execute the webpack task:
478
477
$ yarn run build
479
478
```
480
479
481
-
This command will lint the code with
482
-
[ESLint](http://eslint.org/docs/user-guide/getting-started) and after that
483
-
it will transpile with [Babel](https://babeljs.io/) the ES2015 Module in
484
-
`src/` folder to an UMD ES5 Module in `dist/` and finally it will generate
485
-
the minified and source map files.
480
+
This command will lint the code with [ESLint](http://eslint.org/docs/user-guide/getting-started) and transpile the source files from `src/` to `dist/` as an [UMD](http://davidbcalhoun.com/2014/what-is-amd-commonjs-and-umd/) with [Babel](https://babeljs.io/). It also generates the minified and source map files.
0 commit comments