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

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add upstream/metadata
  * Add patch description
  * Update VCS fields to salsa
  * Fix debian/copyright
  * Update debian/copyright
  * Switch test and install to pkg-js-tools (fixes debci, Closes: #933121)

 -- Xavier Guimard <email address hidden>  Thu, 19 Sep 2019 21:41:49 +0200

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-copy-webpack-plugin_4.3.0-6.dsc 2.8 KiB 50558d3992379b9c517fc5da976b73e061caa8b15a6178378fe1483325af7e3b
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-6.debian.tar.xz 4.1 KiB 33bb13394ce72a3e14431c57c6b6e4744927d10dba6e168681a5772dfb2e7e41

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.