文件名称:transfer-webpack-plugin:将文件传输到构建目录[UNMAINTAINED]
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-06 16:33:39
JavaScript
传输Webpack插件 将文件传输到构建目录 入门 安装插件: npm install --save-dev transfer-webpack-plugin 原料药 new TransferWebpackPlugin ( patterns : array , [ basePath : string ] ) patterns -的图案阵列{ from: 'path', to: 'path' } from -相对于basePath或context你的配置的(如果basePath是不存在), to -相对于所述构建目录 basePath (可选)–要解析为from参数的目录 用法 var TransferWebpackPlugin = require ( 'transfer-webpack-plugin' ) ; module . exports = { context : p
【文件预览】:
transfer-webpack-plugin-master
----.gitignore(37B)
----README.md(1023B)
----package.json(530B)
----index.js(2KB)