node-copy-webpack-plugin 4.3.0-5 source package in Ubuntu

Changelog

node-copy-webpack-plugin (4.3.0-5) unstable; urgency=medium

  * Fix last upload by including source 

 -- Pirate Praveen <email address hidden>  Sat, 10 Nov 2018 20:19:32 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-copy-webpack-plugin_4.3.0-5.dsc 2.8 KiB eb7de0bc1ae73ae7d915fefdcb3f84312b8cd02df154150dd265b51a0d19a666
node-copy-webpack-plugin_4.3.0.orig-serialize-javascript.tar.gz 6.5 KiB 5a7ff4eacfa618289a3c36a200fd573de9d9434e799be899af43ed4640a7057e
node-copy-webpack-plugin_4.3.0.orig.tar.gz 42.3 KiB f473a9c1608ab7e044321606e3a74660a89e2fa698b5538459201e19ef837f0a
node-copy-webpack-plugin_4.3.0-5.debian.tar.xz 4.3 KiB 0f8abe374e317ce11de3789d8ffe9194d21f93ffa0b861b8746bac1374e01379

Available diffs

No changes file available.

Binary packages built by this source

node-copy-webpack-plugin: Copy files and directories in webpack

 This webpack plugin copies individual files or entire directories to the build
 directory.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.