Skip to content

Commit b21db81

Browse files
committed
fixed test
1 parent 8a37344 commit b21db81

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/Integration.test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ describe("Integration", function() {
3636
},
3737
bail: true,
3838
module: {
39-
postLoaders: [{
39+
rules: [{
4040
test: /extra2\.js/,
41-
loader: "raw!extra!val?cacheable"
41+
loader: "raw!extra!val?cacheable",
42+
enforce: "post"
4243
}]
4344
},
4445
amd: {

0 commit comments

Comments
 (0)