We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb1cad commit 5d5b0b7Copy full SHA for 5d5b0b7
README.md
@@ -22,7 +22,7 @@ module.exports = {
22
// and not any of the source files in your project:
23
{
24
test: /node_modules/,
25
- loader: 'ify'
+ loader: 'ify-loader'
26
}
27
]
28
@@ -36,11 +36,12 @@ Note that you're also free to apply this loader to files in your own project. In
36
``` javascript
37
module.exports = {
38
module: {
39
- postLoaders: [
+ loaders: [
40
// support local package.json browserify config
41
42
test: /\.js$/,
43
+ loader: 'ify-loader',
44
+ enforce: 'post'
45
46
47
0 commit comments