Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat: use html-webpack-plugin v5 by default #6269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 10, 2021
Prev Previous commit
Next Next commit
feat!: use set scriptLoading to defer by default
  • Loading branch information
haoqunjiang committed Feb 8, 2021
commit 8f7ccbfd60e8dcde4f965ffa45e434d58ef7255d
1 change: 1 addition & 0 deletions 1 packages/@vue/cli-service/lib/config/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module.exports = (api, options) => {

const htmlOptions = {
title: api.service.pkg.name,
scriptLoading: 'defer',
templateParameters: (compilation, assets, assetTags, pluginOptions) => {
// enhance html-webpack-plugin's built in template params
let stats
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.