Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

CSS Modules support #3

Merged
merged 4 commits into from
Jul 15, 2015
Merged

CSS Modules support #3

merged 4 commits into from
Jul 15, 2015

Conversation

ronny
Copy link
Owner

@ronny ronny commented Jul 15, 2015

https://github.com/css-modules/css-modules

I had to disable server side rendering, though, because we're doing the server side rendering in node, and import/require-ing non-js files won't work. The recommended way of doing this is to let Webpack build everything first (using a separate prerender-only Webpack config) and then use the webpack-built files to do server-side rendering with node. This requires a lot of rework on the Webpack stuff so I'm pushing this to a bit later.

ronny added a commit that referenced this pull request Jul 15, 2015
@ronny ronny merged commit 8acbb7f into master Jul 15, 2015
@ronny ronny deleted the css-modules branch July 15, 2015 06:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant