文件名称:add-asset-webpack-plugin:将资产动态添加到Webpack图
文件大小:6KB
文件格式:ZIP
更新时间:2024-02-26 22:41:31
nodejs javascript webpack webpack-plugin npm-package
附加资产webpack插件 动态地将资产添加到图 安装 $ npm install add-asset-webpack-plugin 用法 const AddAssetPlugin = require ( 'add-asset-webpack-plugin' ) ; module . exports = { // … plugins : [ new AddAssetPlugin ( 'file.js' , ` console.log('This is a dynamically created file'); ` ) ] } ; API AddAssetPlugin(fil
【文件预览】:
add-asset-webpack-plugin-main
----fixture()
--------index.js(21B)
--------webpack.config.js(347B)
----index.js(836B)
----test.js(643B)
----package.json(787B)
----readme.md(1KB)
----.github()
--------workflows()
----license(1KB)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)