You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
T> Want to rapidly generate webpack configuration file for your project requirements with few clicks away.
445
+
T> 无需几次鼠标点击,而是想要快速生成 webpack 配置文件来满足项目需求。
446
446
447
-
[Generate Custom Webpack Configuration](https://generatewebpackconfig.netlify.com/) is an interactive portal you can play around by selecting custom webpack configuration options tailored for your frontend project. It automatically generates
448
-
a minimal webpack configuration based on your selection of loaders/plugins, etc.
Or use [webpack-cli's `init`command](https://github.com/webpack/webpack-cli/tree/master/packages/init#cli-via-webpack-cli) that will ask you a couple of questions before creating a configuration file.
W> You might be prompted to install `@webpack-cli/init` if it is not yet installed in the project or globally.
456
+
W> 如果尚未在项目或全局安装 `@webpack-cli/init`,则可能会提示安装。
457
457
458
-
T> After running `npx webpack-cli init`you might get more packages installed to your project depending on the choices you've made during configuration generation.
Congratulations! Your new webpack configuration file has been created!
484
484
```
485
485
486
-
[createapp.dev - create a webpack configuration in your browser](https://createapp.dev/webpack) is an online tool for creating custom webpack configuration. It allows you to select various features that will be combined and added to resulting configuration file. Also, it generates an example project based on provided webpack configuration that you can review in your browser and download.
0 commit comments