Skip to content

Commit 5483c0d

Browse files
authored
replace loaders with rules in test
1 parent 9bb9915 commit 5483c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/HotTestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe("HotTestCases", () => {
4545
filename: "bundle.js"
4646
},
4747
module: {
48-
loaders: [{
48+
rules: [{
4949
test: /\.js$/,
5050
loader: path.join(__dirname, "hotCases", "fake-update-loader.js"),
5151
enforce: "pre"

0 commit comments

Comments
 (0)