Revert "webpack: apply ExtractTextPlugin to vendor.css"

This reverts commit 7c9edb35d0.
This commit is contained in:
Collin M. Barrett 2018-02-16 10:12:39 -06:00
parent d1cadba94d
commit 37ff9a1cc8

View file

@ -58,7 +58,6 @@ module.exports = (env) => {
comments: false
}
}),
new ExtractTextPlugin("vendor.css"),
new ExtractTextPlugin("site.css")
])
}