Chris Blossom
Chris Blossom
Noticed my default use of tabs were formatting things incorrectly. This will fix that for any future contributors. I think I added the project's settings correctly.
V4
This is a major version bump because the `@types/webpack` have been removed, and `cleanOnceBeforeBuildPatterns` uses the compile hook `afterCompile` instead of `emit` so plugin order should no longer matter. Also...
### You most likely do not need any configuration for this plugin to work as expected. Regardless, please take the time to read below. ## Relavant: - webpack's [`output.path`](https://webpack.js.org/configuration/output/#outputpath) -...
### Issue description or question Wallaby removes node shebang `#!/usr/bin/env node`, does correctly copy file permissions (`+x`) and tries to instrument CLI only-files, (files with `#!/usr/bin/env node`) which cause runtime...
### Issue description or question Small feature request. When focusing a test with ``.only`` something like ``No failing tests, 1 passing (only executed e2e-tests/e2e.test.js`` is displayed. It would be convenient...
### Issue description or question Is it possible to change the wallaby cache directory to inside the project's folder? If not, I'd like to request this feature. I think the...
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Yarn Workspaces do not create node_modules/.bin symlinks for nested dependencies that have a...
* Wavebox Version: `4.10.1` * Operating System & Version: `Mac OSX 10.14.5` * Account type (if applicable): `gmail` **Expected & actual behavior** I'm having to reauthenticate my gmail accounts at...
Would be great to add something like https://github.com/sindresorhus/gzip-size to the output to see real-world increases.
Fixes https://github.com/gpbl/webpack-cleanup-plugin/issues/32 For context: https://github.com/johnagan/clean-webpack-plugin/issues/11 https://github.com/webpack/webpack/issues/1904