webpack-stringify-loaders
Installation
npm install webpack-stringify-loaders --save-dev
Why?
Mainly for compatibility with some webpack plugins and tools, that expect a string loader
, instead of array of objects in loaders
.
This module has been tested and fully supports latest versions of webpack-1 and webpack-2. If you find a problem, please file an issue.
webpack-combine-loaders
Difference fromThis module works with a mix of loaders strings and objects. It also correctly stringifies nested queries, so that webpack can parse them.
For example it works with this query:
plugins: 'transform-es2015-template-literals' 'loose': true
Usage
; moduleexports = module: loaders: test: /\.css$/ // property has to be 'loader', webpack expects it to be a string loader: