Skip to content

Commit 1864cef

Browse files
committed
feat: preserveWhitespace: false
BREAKING CHANGE: preserveWhitespace now defaults to false in vue-loader options.
1 parent e15a930 commit 1864cef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-service/lib/options.js

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ exports.defaults = () => ({
5656

5757
// vue-loader options
5858
vueLoader: {
59+
preserveWhitespace: false,
5960
template: {
6061
// for pug
6162
doctype: 'html'

0 commit comments

Comments
 (0)