Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardocanelas/webpack-examples
https://github.com/ricardocanelas/webpack-examples
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ricardocanelas/webpack-examples
- Owner: ricardocanelas
- Created: 2016-09-25T15:35:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T15:50:53.000Z (over 8 years ago)
- Last Synced: 2024-11-07T00:47:30.217Z (2 months ago)
- Language: JavaScript
- Size: 783 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
CLI Basics##
Adding a config files##
Watch Mode and the Webpack-Dev-Server##
Building Multiple Files##
Using Loaders##
Using Preloaders##
Production vs Dev builds## S09
Organizing files and folders## S10
Working with ES6 with Module## S11
Adding source maps (debugger)## S12
Creating multiple bundles (webpack.optimize.CommonsChunkPlugin)## S13
CSS and style loaders (and twiter-bootstrap)## S14
SASS & LESS## S15
Adding a image and fonts to a Build## S16