npm如何安装script-ext-html-webpack-plugin
时间: 2023-10-03 19:08:26 浏览: 279
npm-auto-install-webpack-plugin:在Webpack编译步骤之前自动在package.json中安装缺少的依赖项
可以使用以下命令进行安装:
```
npm install script-ext-html-webpack-plugin --save-dev
```
这将在项目中安装 script-ext-html-webpack-plugin,并将其添加到 devDependencies 中。请确保您已经在项目文件夹中,然后在终端中运行上述命令。
阅读全文