Skip to content

Commit

Permalink
feat: preserveWhitespace: false
Browse files Browse the repository at this point in the history
BREAKING CHANGE: preserveWhitespace now defaults to false in vue-loader options.
  • Loading branch information
yyx990803 committed Feb 28, 2018
1 parent e15a930 commit 1864cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vue/cli-service/lib/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ exports.defaults = () => ({

// vue-loader options
vueLoader: {
preserveWhitespace: false,
template: {
// for pug
doctype: 'html'
Expand Down

0 comments on commit 1864cef

Please sign in to comment.