Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.