webpack-cli icon indicating copy to clipboard operation
webpack-cli copied to clipboard

Webpack's Command Line Interface

Results 94 webpack-cli issues
Sort by recently updated
recently updated
newest added

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

PR: conflict
PR: reviewed-changes-requested

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

PR: small
PR: reviewed-approved

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

PR: conflict
PR: unreviewed

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

PR: unreviewed
hacktoberfest-accepted

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

Feature Request
Priority: Low

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

Help Wanted
Feature
CLI
Feature Request
Good First Contribution
Important

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

Feature Request

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

Bug

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

Priority: Low

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

Bug