This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| webpack_complete_webdevelopment_config [2018/02/05 22:36] – admin | webpack_complete_webdevelopment_config [2018/02/05 22:48] (current) – [Slide 3] admin | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| * Define " | * Define " | ||
| * Workspace will be linked to ./ | * Workspace will be linked to ./ | ||
| - | * Dependenies | + | * Dependencies |
| * Centralize/ | * Centralize/ | ||
| * Compatible with NPM but creates a yarn.lock file | * Compatible with NPM but creates a yarn.lock file | ||
| - | * Commands are slightly | + | * Commands are slightly |
| <code bash Commands> | <code bash Commands> | ||
| Line 320: | Line 320: | ||
| ===== The Good, the Bad ... ===== | ===== The Good, the Bad ... ===== | ||
| + | * **Yarn** | ||
| + | * Workspaces | ||
| + | * Smart caching (??) | ||
| + | * Works flawlessly with existing package.json | ||
| + | * **Webpack**: | ||
| + | * Webpack lets you use require() on local " | ||
| + | * https:// | ||