shell-loader
shell-loader copied to clipboard
A Webpack loader that runs an arbitrary script on matching files
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [loader-utils](https://github.com/webpack/loader-utils). These dependencies need to be updated together. Removes `json5` Updates `loader-utils` from 1.2.3 to 3.2.1 Release notes Sourced from...
When running webpack via a bazel build, shell-loader fails with: ``` (node:17289) ExperimentalWarning: The fs.promises API is experimental events.js:167 throw er; // Unhandled 'error' event ^ Error: write EPIPE at...
It would be nice if it were possible to know what file is currently being processed and pass it to the script via an environment variable or something. I'm not...
Although this is only going to be used in dev, this project should really be given an official license.
- inheriting from webpack context if it's not defined - parseInt for maxBuffer