Skip to content

Commit

Permalink
Merge bcb9205 into 71ca88f
Browse files Browse the repository at this point in the history
  • Loading branch information
migueloller committed Mar 29, 2020
2 parents 71ca88f + bcb9205 commit 22d73eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resolvers/webpack/index.js
Expand Up @@ -119,6 +119,12 @@ exports.resolve = function (source, file, settings) {
}
}

if (webpackConfig == null) {
webpackConfig = {}

console.warn('No webpack configuration with a "resolve" field found. Using empty object instead')
}

log('Using config: ', webpackConfig)

// externals
Expand Down

0 comments on commit 22d73eb

Please sign in to comment.