Skip to content

Commit 25fe520

Browse files
authored
replace loaders with rules in test
1 parent 5483c0d commit 25fe520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/TestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe("TestCases", () => {
141141
extensions: [".webpack-loader.js", ".web-loader.js", ".loader.js", ".js"]
142142
},
143143
module: {
144-
loaders: [{
144+
rules: [{
145145
test: /\.coffee$/,
146146
loader: "coffee-loader"
147147
}, {

0 commit comments

Comments
 (0)