Giveth / Website-3.0

The Giveth website written in React
http://www.giveth.io
2 stars 1 forks source link

CSS loading optimization #6

Closed sebastienrohan closed 7 years ago

sebastienrohan commented 7 years ago

For now I load the Bootstrap, Font-awesome and Google fonts CSS in the index.html but could avoid these HTTP calls by loading them from node-modules with Webpack, but I couldn't get the configuration right.