Skip to content

Commit 7527271

Browse files
authored
fix(cli-service): skip minimization of public folder (#6700)
1 parent 8b53487 commit 7527271

File tree

1 file changed

+3
-0
lines changed
  • packages/@vue/cli-service/lib/config

1 file changed

+3
-0
lines changed

packages/@vue/cli-service/lib/config/app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ module.exports = (api, options) => {
251251
noErrorOnMissing: true,
252252
globOptions: {
253253
ignore: publicCopyIgnore
254+
},
255+
info: {
256+
minimized: true
254257
}
255258
}]
256259
}

0 commit comments

Comments
 (0)