mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
webpack: apply ExtractTextPlugin to vendor.css
This commit is contained in:
parent
5156e9a935
commit
d1cadba94d
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ module.exports = (env) => {
|
|||
comments: false
|
||||
}
|
||||
}),
|
||||
new ExtractTextPlugin("vendor.css"),
|
||||
new ExtractTextPlugin("site.css")
|
||||
])
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue