Skip to content

Commit bbaa7ee

Browse files
committed
Merge remote-tracking branch 'origin/master'
* origin/master: upgrading chunk filename - likely due to subtle content changes updating deps again, including extract-text-plugin so that it supports webpack 3 upgrading to webpack 3
2 parents e73523a + 46572da commit bbaa7ee

File tree

3 files changed

+190
-154
lines changed

3 files changed

+190
-154
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"chalk": "^1.1.3",
3333
"clean-webpack-plugin": "^0.1.16",
3434
"css-loader": "^0.26.2",
35-
"extract-text-webpack-plugin": "^2.1.0",
35+
"extract-text-webpack-plugin": "^3.0.0",
3636
"file-loader": "^0.10.1",
3737
"friendly-errors-webpack-plugin": "^1.6.1",
3838
"fs-extra": "^2.0.0",
@@ -42,7 +42,7 @@
4242
"pretty-error": "^2.1.1",
4343
"resolve-url-loader": "^2.0.2",
4444
"style-loader": "^0.13.2",
45-
"webpack": "^2.2.0",
45+
"webpack": ">=2.2.0 <4",
4646
"webpack-chunk-hash": "^0.4.0",
4747
"webpack-dev-server": "^2.4.5",
4848
"yargs": "^8.0.1"

test/functional.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ describe('Functional tests using webpack', function() {
282282
testSetup.runWebpack(config, (webpackAssert) => {
283283
expect(config.outputPath).to.be.a.directory()
284284
.with.files([
285-
'0.38a901b572534329da92.js', // chunks are also versioned
285+
'0.d002be21e9bcf76057e9.js', // chunks are also versioned
286286
'main.292c0347ed1240663cb1.js',
287287
'h1.c84caea6dd12bba7955dee9fedd5fd03.css',
288288
'bg.42ced8eae2254268bb3c65f1e65bd041.css',

0 commit comments

Comments
 (0)