loader-runner icon indicating copy to clipboard operation
loader-runner copied to clipboard

Runs (webpack) loaders

Results 22 loader-runner issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

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...

dependencies

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...

dependencies

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]...