webpack-cli
webpack-cli copied to clipboard
Webpack's Command Line Interface
**What kind of change does this PR introduce?** The intention is to remove `lerna` from dependencies list and use yarn workspaces instead. I started with removing `lerna bootsrap` command to...
**What kind of change does this PR introduce?** chore / feat **Did you add tests for your changes?** WIP **If relevant, did you update the documentation?** N/A **Summary** Added pnpm...
**What kind of change does this PR introduce?** **Did you add tests for your changes?** **If relevant, did you update the documentation?** **Summary** Since the matrix takes awhile to complete,...
**What kind of change does this PR introduce?** chore **Did you add tests for your changes?** NA **If relevant, did you update the documentation?** Yes **Summary** Removes the prefetch flag...
**Is your feature request related to a problem? Please describe.** when you type some cli flags and press TAB key. It doesn't autocomplete the flags. It should complete the flags...
**Is your feature request related to a problem? Please describe.** As apart of the new CLI, one thing that would be nice to have is a `webpack interactive` command. This...
**Is your feature request related to a problem? Please describe.** Lerna is depreciated, so maybe we should swap to another monorepo tool. - https://github.com/lerna/lerna **Describe the solution you'd like** Something...
I have installed "@webpack-cli/generators" - 2.4.2, and I had an error . When I change version on 2.2.0 it began woking correctly node:internal/child_process:413 throw errnoException(err, 'spawn'); ^ Error: spawn UNKNOWN...
**Describe the bug** `webpack-cli` says that it needs the `@webpack-cli/init` even when I have done `yarn global add @webpack-cli/init` **What is the current behavior?** It seems `webpack-cli` does not find...
It's nice that [interpret](https://github.com/gulpjs/interpret) is used to allow configuration to be written in ES/TS/etc without configuration. However, it is not always desired that a loader hook is automatically registered, and...