fastpack/fastpack

Add native loader preprocessors

rauanmayemir opened this issue · 0 comments

Currently, all preprocessing except the builtin transpiling is done via outside node process running webpack loader-runner.

I realise that css preprocessing is hard to replace, but we could at least try implementing native alternative to url-loader, file-loader, etc. It's fairly trivial and is a good way to get familiar with fastpack codebase.