User Tools

Site Tools


webpack_complete_webdevelopment_config

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
webpack_complete_webdevelopment_config [2018/02/05 23:34] – [Slide 3] adminwebpack_complete_webdevelopment_config [2018/02/05 23:46] – [Slide 3] admin
Line 27: Line 27:
   * Centralize/unify build commands   * Centralize/unify build commands
   * Compatible with NPM but creates a yarn.lock file   * Compatible with NPM but creates a yarn.lock file
-  * Commands are slightly differen than NPMs (e.g. yarn add packageName)+  * Commands are slightly different than NPMs (e.g. yarn add packageName)
  
 <code bash Commands> <code bash Commands>
Line 317: Line 317:
 }; };
 </code> </code>
 +
 +===== The Good, the Bad ... =====
 +
 +  * **Yarn**
 +    * Workspaces
 +    * Smart caching (??)
 +    * Works flawlessly with existing package.json
 +  * **Webpack**:
 +    * Webpack lets you use require() on local "static assets," meaning non-Javascript files.
 +    * https://blog.andrewray.me/webpack-when-to-use-and-why/#thegood
webpack_complete_webdevelopment_config.txt · Last modified: 2018/02/05 23:48 by admin