https://github.com/nerooc/webpack-in-depth
Learning Webpack through practical examples
https://github.com/nerooc/webpack-in-depth
bundling webpack webpack-configuration
Last synced: 2 months ago
JSON representation
Learning Webpack through practical examples
- Host: GitHub
- URL: https://github.com/nerooc/webpack-in-depth
- Owner: nerooc
- Created: 2020-11-02T13:07:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T12:38:56.000Z (over 5 years ago)
- Last Synced: 2025-03-22T00:17:02.202Z (over 1 year ago)
- Topics: bundling, webpack, webpack-configuration
- Language: JavaScript
- Homepage:
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Webpack Configuration Testing`
Learning Webpack through practical example.
Trying out specific manual configuration.
## Tech stack
- **Webpack**
- **Webpack plugins:**
- mini-css-extract-plugin
- clean-webpack-plugin
- optimize-css-assets-webpack-plugin
- terser-webpack-plugin
- html-webpack-plugin
- Loaders:
- file-loader
- style-loader
- css-loader
- sass-loader
- HTML
- SCSS
- JS
- Bootstrap