Skip to content

Commit

Permalink
changelog note + one extra log message for #475
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Aug 11, 2016
1 parent 3babc1b commit be047a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resolvers/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## Unreleased
### Added
- support for Webpack 2 + `module` package.json key! ([#475], thanks [@taion])

### Changed
- don't swallow errors, assume config exists ([#435], thanks [@Kovensky])

Expand Down
1 change: 1 addition & 0 deletions resolvers/webpack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function createResolveSync(configPath, webpackConfig) {
} catch (e) {
// Something has gone wrong (or we're in a test). Use our own bundled
// enhanced-resolve.
log('Using bundled enhanced-resolve.')
webpackRequire = require
}

Expand Down

0 comments on commit be047a5

Please sign in to comment.