node-copy-webpack-plugin 11.0.0-3 source package in Ubuntu

Changelog

node-copy-webpack-plugin (11.0.0-3) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Yadd <email address hidden>  Tue, 22 Nov 2022 17:38:00 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-copy-webpack-plugin_11.0.0-3.dsc 2.4 KiB 988eb9f3c6ef421bfd4dee4bc17ee5a6832334a1fe474e5fc28f80a5719da96b
node-copy-webpack-plugin_11.0.0.orig.tar.gz 228.7 KiB cac6152d1dad375bf0ba5a58e6475859024e642bbcf02ca130fc5b1661a859e2
node-copy-webpack-plugin_11.0.0-3.debian.tar.xz 5.3 KiB cff0979aae54bcbe8c2a9138f0defc50c398fd56907b2e8f03f2d052f764c191

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.