Skip to content

Commit 67a0782

Browse files
Viktor Khotimchenkokazupon
Viktor Khotimchenko
authored andcommitted
style: Add quotes around filename for v4 (#1293)
1 parent ecd66a5 commit 67a0782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/extract-css.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
plugins: [
3434
// ... Vue Loader plugin omitted
3535
new MiniCssExtractPlugin({
36-
filename: style.css
36+
filename: 'style.css'
3737
})
3838
]
3939
}

0 commit comments

Comments
 (0)