Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:39:48.000Z (8 months ago)
- Last Synced: 2024-10-17T09:24:16.524Z (30 days 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.