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 = { ...@@ -33,7 +33,7 @@ module.exports = {
plugins: [ plugins: [
// ... Vue Loader plugin omitted // ... Vue Loader plugin omitted
new MiniCssExtractPlugin({ 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