node-webpack 3.5.6-2 source package in Ubuntu

Changelog

node-webpack (3.5.6-2) unstable; urgency=medium

  * Fix package name in autopkgtest
  * Exclude test/Compiler.test.js to avoid hangs
  * Enable upstream tests as autopkgtests
  * Bump standards version to 4.1.3 and debhelper compat to 11

 -- Pirate Praveen <email address hidden>  Sat, 03 Mar 2018 01:17:02 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-webpack_3.5.6-2.dsc 2.6 KiB 3c75a27a8c1e6a36ef17df415f2046b5f0c1a93188eceb7337a421346a4a60ce
node-webpack_3.5.6.orig.tar.gz 573.1 KiB a3af9e27faac1cc4ec713b9ad03551cf5b4c8510462cd318e0247f3b8b10707a
node-webpack_3.5.6-2.debian.tar.xz 3.0 KiB 63ce706a97f786f936e768c39f811c8bdb701b4fe067040bdce348a05cb2ec7a

No changes file available.

Binary packages built by this source

webpack: Packs CommonJs/AMD modules for the browser

 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.