webpack-contrib / transform-loader

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

Is it possible to use transform/cacheable when using a function from this.options.transforms[number] ? #12

Open same31 opened 8 years ago

same31 commented 8 years ago

Hello, I was wondering whether it was possible to use transform/cacheable when using a function from this.options.transforms[number] as I was not able to call this.cacheable() inside the function.

Many thanks.