Skip to content

Commit

Permalink
fix(ui): remove stacking on reports (#133)
Browse files Browse the repository at this point in the history
* fix(ui): remove stacking on reports

* fix(fix report bug, removed unused packages, fix vulnerabilities)
  • Loading branch information
enudler authored May 12, 2019
1 parent 9bb3eb8 commit e30c3c8
Show file tree
Hide file tree
Showing 10 changed files with 1,608 additions and 5,952 deletions.
3 changes: 1 addition & 2 deletions ui/config/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ const rules = [
{
loader: 'css-loader',
options: {
minimize: true,
modules: true,
import: 1,
import: true,
localIdentName: '[name]__[local]___[hash:base64:5]'
}
},
Expand Down
Loading

0 comments on commit e30c3c8

Please sign in to comment.