webpack-contrib / transform-loader

transform loader for webpack
MIT License
110 stars 23 forks source link

Register dependencies in cachable version #6

Closed JakeGinnivan closed 6 years ago

JakeGinnivan commented 9 years ago

I have only just started playing with webpack, but was wondering if there was a way that this loader could call addDependency for each inlined resource so the cache can be invalidated properly when using the caching transformer.

sokra commented 9 years ago

Unfortunately browserify transforms doesn't tell about dependencies...