multi-loader
multi-loader
This loader requires a module multiple times, each time loaded with a different loader. Like in a multi entry point the exports of the last item are exported.
Install
npm i multi-loader --save
Usage
var 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" ) } ] } }
© JS Foundation and other contributors
Licensed under the Creative Commons Attribution License 4.0.
登录查看完整内容