multi-loader icon indicating copy to clipboard operation
multi-loader copied to clipboard

[DEPRECATED] A loader that splits a module into multiple modules loaded with different loaders.

Results 4 multi-loader issues
Sort by recently updated
recently updated
newest added

* Operating System: macOS High Sierra * Node Version: 10.13.5 * NPM Version: 5.6.0 * webpack Version: 4.4.1 * webpack-serve Version: 3.1.4 This issue is for a: - [x] **bug**...

Currently multi-loader only supports string based (sub) loaders e.g. ```` { test: /\.txt$/, loader: multi ('raw-loader', 'raw-loader'), } ```` However the following fails: ```` { test: /\.txt$/, loader: multi({loader: "raw-loader"},...

Addition of `webpack-defaults` & associated refactoring as a part of the next `Major` release Issue exists for status tracking across the organization. >Please do not close

type: Refactor

this should be very useful in some cases when I need some resource both be required, loaded dynamically(using babel or css loader) and their source code displayed(using raw loader). my...

severity: 4 (inconvenient)
status: Needs triage
priority: 5 (nice to have)
semver: Minor
type: Feature