npm-auto-install-webpack-plugin:在Webpack编译步骤之前自动在package.json中安装缺少的依赖项

时间:2024-06-05 21:41:03
【文件属性】:

文件名称:npm-auto-install-webpack-plugin:在Webpack编译步骤之前自动在package.json中安装缺少的依赖项

文件大小:69KB

文件格式:ZIP

更新时间:2024-06-05 21:41:03

npm webpack yarn webpack-plugin auto-install

npm-auto-install-webpack-plugin 在Webpack编译步骤之前自动在package.json中安装缺少的依赖项 安装 npm i --save npm-auto-install-webpack-plugin 用法 webpack.config.babel.js import NpmAutoInstallWebpackPlugin from "npm-auto-install-webpack-plugin" ; export default { plugins : [ new NpmAutoInstallWebpackPlugin ( options ) , ] , } ; webpack.config.js const { NpmAutoInstallWebpackPlugin } = require ( "npm-auto-inst


【文件预览】:
npm-auto-install-webpack-plugin-master
----.gitignore(736B)
----.codeclimate.yml(1KB)
----package.json(2KB)
----src()
--------index.js(2KB)
--------__tests__()
--------__fixtures__()
----.travis.yml(1KB)
----LICENSE(1KB)
----CHANGELOG.md(2KB)
----README.md(3KB)
----lib()
--------index.js(472B)
--------index__0.10.0__.js(7KB)
--------__tests__()
--------__fixtures__()
--------index__4.0.0__.js(7KB)
--------index__6.0.0__.js(4KB)
--------index__0.12.0__.js(7KB)
--------index__8.0.0__.js(3KB)
----.editorconfig(667B)
----yarn.lock(161KB)

网友评论