Commit 67a07822 authored by Viktor Khotimchenko's avatar Viktor Khotimchenko Committed by kazuya kawaguchi

style: Add quotes around filename for v4 (#1293)

parent ecd66a5f
......@@ -33,7 +33,7 @@ module.exports = {
plugins: [
// ... Vue Loader plugin omitted
new MiniCssExtractPlugin({
filename: style.css
filename: 'style.css'
})
]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment