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.
- Host: GitHub
- URL: https://github.com/devmahmud/webpack4-fundamentals
- Owner: devmahmud
- Created: 2022-03-31T10:38:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T12:18:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T21:44:49.084Z (5 months ago)
- Topics: learn-webpack, webpack, webpack-dev-server, webpack-loader, webpack-merge, webpack-plugin, webpack-preset, webpack-tutorial, webpack4
- Homepage:
- Size: 424 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)