webpack: apply ExtractTextPlugin to vendor.css

This commit is contained in:
Collin M. Barrett 2018-02-16 09:20:03 -06:00
parent 57535d9f19
commit 7c9edb35d0

View file

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