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