webpack: apply ExtractTextPlugin to vendor.css

This commit is contained in:
Collin M. Barrett 2018-02-16 09:20:03 -06:00
parent 5156e9a935
commit d1cadba94d

View file

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