transform-loader
transform-loader copied to clipboard
transform loader for webpack
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...
* Operating System: OSX * Node Version: v9.11.1 * NPM Version: 5.6.0 * webpack Version: 3.7.1 * transform-loader Version: 0.2.3 This issue is for a: - [ ] **bug** -...
According to https://github.com/webpack-contrib/transform-loader/issues/20 passing transforms in `options` within the rule works, but it was throwing this for me: ``` Uncaught ./~/transform-loader?{"transforms":[null]}!./XXX Module build failed: Error: Can't resolve 'transforms' in 'XXX'...
I have been used for a while browserify and in particular brfs module. Now i have migrated to webpack, but i would to continue to use brfs to laod my...
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.