1.0.1 • Published 2 years ago

copy-package-plugin-v5 v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

copy-package-plugin-v5

copy-package-plugin-v5

Build Setup

# install dependencies
cd /workspace
npm install copy-package-plugin-v5

# use
# webpack.config.js
```javascript
const CopyPackagePluginV5 = require('copy-package-plugin-v5')
...
plugins: [
    new CopyPackagePluginV5([{from: './dist', to: './target/'}, {from: './dist/index.html', to: './target/index.html'}])
]
....

#example none

1.0.1

2 years ago

1.0.0

2 years ago