Skip to content

Commit

Permalink
add css extraction and minification to webpack (#9944)
Browse files Browse the repository at this point in the history
This changes the CSS output of webpack to output to the public/css
directory instead of inling CSS in JS. This enables CSS minification and
autoprefixer based on browserslist which would otherwise not be
possible.

The result of this change is two new output files currently:

- public/css/swagger.css
- public/css/gitgraph.css

Co-authored-by: techknowlogick <[email protected]>
  • Loading branch information
2 people authored and lunny committed Jan 25, 2020
1 parent 89f7dcb commit 5b17bb8
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 54 deletions.
Loading

0 comments on commit 5b17bb8

Please sign in to comment.