GitXplorerGitXplorer
O

webpack-css-examples

public
3 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
4058baca3fc7c5176e43c6c93df3c600a7b655f9

removed typo in readme

OOllieJennings committed 9 years ago
Unverified
17549caa80570a6a23ad22b7afceb8a941dcec57

added commands for running the builds to the readme

OOllieJennings committed 9 years ago
Unverified
deb16af7d08ba9dafe14aa3b9ac0a89bd53c4aca

added webpack cleaning to the prod build conifg file as well

OOllieJennings committed 9 years ago
Unverified
076c65888cea2b0294f4721c92a4e6e008603acb

got webpack clean working to remove all files required, and just leave the index.html

OOllieJennings committed 9 years ago
Unverified
a215110e84f3eb62d61582b8a3528e91ba786c65

inital commit, for showing how you would optimize your css using webpack 1.x

OOllieJennings committed 9 years ago
Unverified
6d2d6b8126e80a9f25603ef05c527f6abf902cbf

Initial commit

OOllieJennings committed 9 years ago

README

The README file for this repository.

Webpack CSS Examples

A set of examples demonstrating how to bundle your CSS using Webpack, from a basic setup, all the way up to an isomorphic css-modules solution, containing development and production builds.

Examples
  • Basic Setup : A basic setup where the CSS is just minified and outputted to a build folder.
  • CSS-Modules : A css-modules setup with React, this only works via client-side rendering, server side rendering will coz a flash of un-styled content
  • Isomorphic CSS-Modules : A more advanced setup allowing you to use do isomorphic rendering of React.