copy-links

1.0.5 • Public • Published
  1. webpack 中因为配置额外的打包链接到 dist 目录
  2. eg: var CopyLink = require('copy-link');

var webpackConfig = { // ... 这里是其他配置 ... plugins: [ new CopyLink(['https:www.xxx1.com','https:www.xxx2.com'...]) ] };

Readme

Keywords

Package Sidebar

Install

npm i copy-links

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

2.23 kB

Total Files

4

Last publish

Collaborators

  • gaomiaofei