https://github.com/hellothisisflo/webpack-sandbox
A working WebPack setup where every step of the configuration is a separate commit
https://github.com/hellothisisflo/webpack-sandbox
autoprefixer build-tool css javascript postcss scss webpack
Last synced: about 2 months ago
JSON representation
A working WebPack setup where every step of the configuration is a separate commit
- Host: GitHub
- URL: https://github.com/hellothisisflo/webpack-sandbox
- Owner: HelloThisIsFlo
- Created: 2019-08-01T13:55:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:39:48.000Z (about 1 year ago)
- Last Synced: 2025-02-08T02:26:16.783Z (4 months ago)
- Topics: autoprefixer, build-tool, css, javascript, postcss, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Sandbox
Created thanks to this amazing website: https://createapp.dev/webpack
## Current State
This sandbox uses Webpack to do the following:
- Bundle JS files
- Offer support for SASS (SCSS)
- Runs autoprefixer on the resulting CSS
- Extract the CSS to a separate file (instead of embedding in the HTML)## How to use?
Check the commits to see how each part of the solution was configured.