登录 注册
当前位置:主页 > 资源下载 > 17 > add-asset-webpack-plugin能够实现将资产动态地添加到Webpack构建图中

add-asset-webpack-plugin能够实现将资产动态地添加到Webpack构建图中

  • 更新:2024-05-13 09:29:44
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Webpack - 前端
  • 格式:ZIP

资源介绍

附加资产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