[chore] Moving vendor styling to the build directory

This commit is contained in:
Steven Evans
2018-10-02 11:55:43 -04:00
committed by danielyxie
parent b723d47dae
commit 29580d6314
4 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -67,8 +67,7 @@ module.exports = (env, argv) => {
]
}),
new MiniCssExtractPlugin({
filename: "[name].css",
chunkFilename: "[id].css"
filename: "[name].css"
})
],
target: "web",