This loader requires a module multiple times, each time loaded with a different loader. The exports of all items are exported in an Array.
It's a fork from multi-loader but it acts totally different. Please don't confuse.
npm i multi-loader --savevar multi = require("multi-loader");
{
module: {
loaders: [
{
test: /\.css$/,
// Add CSS to the DOM
// and
// Return the raw content
loader: multi(
"style-loader!css-loader!autoprefixer-loader",
"raw-loader"
)
}
]
}
}|
Juho Vepsäläinen |
Joshua Wiens |
Kees Kluskens |
Sean Larkin |