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 400c600 commit 0163182Copy full SHA for 0163182
config/webpack/app-base.js
@@ -60,7 +60,7 @@ module.exports = function configFactory(ops) {
60
fs.writeFileSync(buildInfoUrl, JSON.stringify(buildInfo));
61
62
/* Entry points normalization. */
63
- const entry = _.isObject(o.entry)
+ const entry = _.isPlainObject(o.entry)
64
? _.cloneDeep(o.entry) : { main: o.entry };
65
if (!entry.polyfills) entry.polyfills = [];
66
else if (!_.isArray(entry.polyfills)) {
0 commit comments