webpack-source-plugin
v1.0.0
Published
download pic & font file when packing
Downloads
6
Readme
使用说明
webpack-source-plugin会自动将源码中的线上资源下载到本地,并替换源码中的引用路径。
使用文档
const defaultOptions = {
// 静态资源匹配规则
regexp: /https:\/\/(.)*\.png/,
// 静态资源替换前缀
outputPrefix: 'public'
}