Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[webpack] 第2053天 如何自动生成webpack配置? #6020

Open
haizhilin2013 opened this issue Nov 27, 2024 · 1 comment
Open

[webpack] 第2053天 如何自动生成webpack配置? #6020

haizhilin2013 opened this issue Nov 27, 2024 · 1 comment
Labels

Comments

@haizhilin2013
Copy link
Collaborator

第2053天 如何自动生成webpack配置?

3+1官网

我也要出题

@yingliyu
Copy link

使用webpack-cli的init命令,跟随命令行的提示进行配置选择。完成选择后,webpack会在当前目录生成一个名为webpack.config.js的配置文件。

npm install -g webpack-cli

npx webpack-cli init

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants