Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Loader Compatibility List

Ahmad Amireh edited this page Jul 11, 2017 · 10 revisions
Loader Status Notes
babel-loader Full
sass-loader Full
style-loader Full
css-loader Full
ExtractTextPlugin Works You must invoke extract() on happyloader, NOT your style loaders!
tslint-loader Partial If you're using cache, warnings are not re-emitted on subsequent runs.
transform-loader Full
awesome-typescript-loader Not supported (yet)
ts-loader Works as of [email protected]
json-loader Unknown The loader applies fine, but some people reported issues with the compiled data itself. See https://github.com/erikras/react-redux-universal-hot-example/pull/1090#issuecomment-208949994
postcss-loader Partial - Breaks under certain situations where you pass plugins in the postcss configuration variable. See https://github.com/amireh/happypack/issues/84
eslint-loader Partial - Only works either without caching, or before the file is cached if caching is turned on. This is because happypack doesn't replay warnings/errors on files when read from cache. See https://github.com/amireh/happypack/issues/85 for progress on this issue.
Clone this wiki locally