An open API service indexing awesome lists of open source software.

https://github.com/devmahmud/webpack4-fundamentals

Why are we using Webpack and what problems does it solve? At its core, it’s a very simple tool in terms of its standalone capabilities.
https://github.com/devmahmud/webpack4-fundamentals

learn-webpack webpack webpack-dev-server webpack-loader webpack-merge webpack-plugin webpack-preset webpack-tutorial webpack4

Last synced: 3 months ago
JSON representation

Why are we using Webpack and what problems does it solve? At its core, it’s a very simple tool in terms of its standalone capabilities.

Awesome Lists containing this project

README

        

# Webpack 4 fundamentals

**Personal note taken from [Webpack 4 Fundamentals](https://frontendmasters.com/courses/webpack-fundamentals/) course**

## Expectations

- Why webpack? - History of Web Performance & JavaScript
- Getting Started - Setup, Installation, Scripts, and CLI
- The Core Concepts
- Starting out Right
- The Essentials
- Putting it to practice
- Triage and Debug

## Appendix

1. [Chapter 1: Why?](./src/chapter-1-why.md)
2. [Chapter 2: From Scratch](./src/chapter-2-from-scratch.md)
3. [Chapter 3: Starting Out Right](./src/chapter-3-starting-out-right.md)

## Codes

1. [First Script](https://github.com/devmahmud/webpack4-fundamentals/tree/feature/01-first-script)
2. [Debug Script](https://github.com/devmahmud/webpack4-fundamentals/tree/feature/02-debug-script)
3. [All Module Types](https://github.com/devmahmud/webpack4-fundamentals/tree/feature/03-all-module-types)
4. [Webpack Config](https://github.com/devmahmud/webpack4-fundamentals/tree/feature/04-webpack-config)
5. [Composing Configs Webpack](https://github.com/devmahmud/webpack4-fundamentals/tree/feature/04-webpack-config)
6. [Adding Styles Css](https://github.com/devmahmud/webpack4-fundamentals/tree/feature/06-adding-styles-css)
7. [Adding Preset](https://github.com/devmahmud/webpack4-fundamentals/tree/feature/07-adding-preset)