Skip to content

Commit

Permalink
Merge pull request #61 from aackerman/aackerman/webpack5-test-dependency
Browse files Browse the repository at this point in the history
Use webpack v5.0.0 as a test dependency
  • Loading branch information
aackerman committed Oct 13, 2020
2 parents 8594280 + 5618532 commit e6a88c3
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 540 deletions.
4 changes: 2 additions & 2 deletions __tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let versions = [{
name: 'webpack',
module: require('webpack'),
}, {
name: 'webpack-next',
module: require('webpack-next'),
name: 'webpack5',
module: require('webpack5'),
}]

let getWarningMessage = (stats, index) => {
Expand Down

0 comments on commit e6a88c3

Please sign in to comment.