loader-runner
loader-runner copied to clipboard
Runs (webpack) loaders
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
This PR fixes a few.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
How do you indicate via config or options that a loader should be loaded using `import` instead of `require`? How do you get [this](https://github.com/webpack/loader-runner/blob/master/lib/loadLoader.js#L5) logic to kick-in? I have a...
When I used thread-loader to speed up compilation, I encountered a bad case on windows. When I refrence the es5-ext package, thread-loader will report the following error: ``` ERROR in...
Your package requires 'fs'. This package name is not currently in use... Please see: https://www.npmjs.com/package/fs
### Feature Proposal Introduces `getOptions` function inside loaderContext. The implementation of this function should mirror the one inside webpack [NormalModule](https://github.com/webpack/webpack/blob/master/lib/NormalModule.js#L471). I think we can use loader context in the same...
## Expected Behaviour Loaders work if the path contains `#` character. ## Actual Behaviour Webpack build fails with ERROR (tested on ts-loader and css-loader): ``` ../../a#/ts-loader-path-issue/src/index.ts 39 bytes [not cacheable]...