Skip to content

Commit

Permalink
Merge f607324 into cdff5c8
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed May 14, 2018
2 parents cdff5c8 + f607324 commit 106db8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -90,7 +90,7 @@
"unexpected-color": "^2.0.0",
"unexpected-dom": "^4.3.0",
"unexpected-sinon": "^10.8.2",
"webpack": "^3.0.0"
"webpack": "^4.8.3"
},
"engines": {
"node": ">= 4"
Expand Down
5 changes: 1 addition & 4 deletions test/transforms/buildProduction.js
Expand Up @@ -1367,10 +1367,7 @@ describe('buildProduction', function() {
expect(sourceMapSources, 'to satisfy', [
{
fileName: expect.it('to begin with', 'static/index-'),
sources: [
'webpack://webpack/bootstrap%20032413f5df1b0769617f',
'../src/index.js'
],
sources: ['webpack://webpack/bootstrap', '../src/index.js'],
incomingRelations: ['bundle.js']
}
]);
Expand Down

0 comments on commit 106db8f

Please sign in to comment.