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.
2 parents aa46c97 + bdb9688 commit 83fdc91Copy full SHA for 83fdc91
content/guides/migrating.md
@@ -73,6 +73,13 @@ It is not possible anymore to omit the `-loader` extension when referencing load
73
]
74
```
75
76
+You can still opt-in to the old behavior with the resolveLoader.moduleExtensions configuration option.
77
+``` javascript
78
+resolveLoader: {
79
+ moduleExtensions: ["-loader"]
80
+}
81
+```
82
+
83
See [#2986](https://github.com/webpack/webpack/issues/2986) for the reason behind this change.
84
85
## `module.preLoaders` and `module.postLoaders` was removed
0 commit comments