We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cf8a1 commit b2e8f96Copy full SHA for b2e8f96
1 file changed
test/browsertest/library2config.coffee
@@ -7,8 +7,8 @@ exports.default = new Promise (resolve, reject) ->
7
output:
8
hashDigestLength: 5
9
module:
10
- postLoaders: [
11
- { test: /extra2?\.js/, loader: "raw!./node_modules/extra.loader.js!val?cacheable" }
+ rules: [
+ { test: /extra2?\.js/, loader: "raw!./node_modules/extra.loader.js!val?cacheable", enforce: "left" }
12
]
13
amd:
14
fromOptions: true
0 commit comments