babel-plugin-transform-require-ignore
babel-plugin-transform-require-ignore copied to clipboard
I needed to exclude some files, because I have a project that mixes scss imports with and without cssmodules. so I came up with these changes, so I can do...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.6 to 1.1.7. Commits - [`8925120`](https://github.com/juliangruber/brace-expansion/commit/892512024872ca7680554be90f6e8ce065053372) 1.1.7 - [`ed46e5b`](https://github.com/juliangruber/brace-expansion/commit/ed46e5ba619bd938e5b84835fca00eed0adc5585) Merge pull request [#35](https://github-redirect.dependabot.com/juliangruber/brace-expansion/issues/35) from kamael/master - [`b133812`](https://github.com/juliangruber/brace-expansion/commit/b13381281cead487cbdbfd6a69fb097ea5e456c3) fix bug in [juliangruber/brace-expansion#33](https://github-redirect.dependabot.com/juliangruber/brace-expansion/issues/33) - [`265f6cd`](https://github.com/juliangruber/brace-expansion/commit/265f6cd6586383eebebbfc3c45da2eaa153d9e63) Merge pull request [#34](https://github-redirect.dependabot.com/juliangruber/brace-expansion/issues/34)...
I have a server that is performing SSR on a React App that uses less-loader in the webpack build of the app. When serving in production, SSR fails on the...
the readme suggests that this plugin removes both `import` statements and `require` statements, when it only actually removes `require` statements. normally this works anyway because of the use of a...
Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @zhuangya for their help! Changelog...
Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...