[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 0f0e5c5f9c
commit 59f525f08b
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",