npm i multi-loader --save
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" ) } ] } }
© 2012–2016 Tobias Koppers
Licensed under the Creative Commons Attribution License 4.0.
https://webpack.js.org/loaders/multi-loader/