Skip to content

Commit

Permalink
feat: add html opts
Browse files Browse the repository at this point in the history
  • Loading branch information
zyao89 committed Apr 8, 2023
1 parent 04f0a7c commit 43b3985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extends/webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = function extendWebpack(api, opts) {
smartMerge(config, ...Object.values(microsConfig).map(item => {
return _.pick(item || {}, [
'entry',
'html',
'htmls',
'staticPaths',
'pages',
Expand Down

0 comments on commit 43b3985

Please sign in to comment.