Skip to content

Commit

Permalink
add css extraction and minification to webpack
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
  • Loading branch information
silverwind committed Jan 23, 2020
1 parent f6067a8 commit c43dec4
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 54 deletions.
Loading

0 comments on commit c43dec4

Please sign in to comment.