Skip to content

Commit 6138c82

Browse files
committed
⬇️ Lock webpack-dev-server for test dummy
The `webpack-dev-server` package for the dummy test app was locked to a version that required webpack 4. Since the dummy is created for webpack 3, this was causing the builds to fail. In the future, we will need to add more support for the different webpack versions to make sure that the functionality is supported.
1 parent 93fa9f0 commit 6138c82

File tree

2 files changed

+338
-286
lines changed

2 files changed

+338
-286
lines changed

test/dummy_webpacker3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"react_ujs": "^2.2.1"
1010
},
1111
"devDependencies": {
12-
"webpack-dev-server": "^3.1.11"
12+
"webpack-dev-server": "^2.11.5"
1313
}
1414
}

0 commit comments

Comments
 (0)