We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4af27a commit 3bb2d84Copy full SHA for 3bb2d84
packages/@vue/cli-service/lib/config/app.js
@@ -82,6 +82,7 @@ module.exports = (api, options) => {
82
compilation: compilation,
83
webpackConfig: compilation.options,
84
htmlWebpackPlugin: {
85
+ tags: assetTags,
86
files: assets,
87
options: pluginOptions
88
}
0 commit comments