We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f0a7c commit 43b3985Copy full SHA for 43b3985
src/extends/webpack/index.js
@@ -60,6 +60,7 @@ module.exports = function extendWebpack(api, opts) {
60
smartMerge(config, ...Object.values(microsConfig).map(item => {
61
return _.pick(item || {}, [
62
'entry',
63
+ 'html',
64
'htmls',
65
'staticPaths',
66
'pages',
0 commit comments