文件名称:inject-html-webpack-plugin:将脚本标签和样式链接注入到您的html中
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-29 06:40:29
webpack webpack-plugin JavaScript
注入html-webpack-plugin 受启发,简单高效的Webpack插件可将脚本标签和样式链接注入到html中 安装 npm install inject - html - webpack - plugin -- save -- dev 用法 在您的webpack.config.js中添加插件 var InjectHtmlPlugin = require ( 'inject-html-webpack-plugin' ) module . exports = { entry : { index : "./index.js" } , module : { loaders : [ ... ] } , output : { path : './dist' ,
【文件预览】:
inject-html-webpack-plugin-master
----.eslintrc(172B)
----.travis.yml(62B)
----example()
--------main.js(106B)
--------webpack.config.js(1KB)
--------.babelrc(23B)
--------main.html(614B)
--------main.less(111B)
--------package.json(312B)
----test()
--------fixtures()
--------index.spec.js(1KB)
----README.md(2KB)
----.gitignore(129B)
----index.js(6KB)
----package.json(1KB)