node-webpack 4.30.0-7~ubuntu1 source package in Ubuntu

Changelog

node-webpack (4.30.0-7~ubuntu1) focal; urgency=medium

  * d/control: remove dependency on node-uglifyjs-webpack-plugin to break a
    dependency cycle between them. This is a temporarily change, when
    node-uglifyjs-webpack-plugin is ready in the archive this change will be
    dropped and the version 4.30.0-7 will be sync'ed from Debian.

 -- Lucas Kanashiro <email address hidden>  Mon, 16 Mar 2020 09:37:03 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Sponsored by:
Rafael David Tinoco
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
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-webpack_4.30.0.orig-eslint-scope.tar.gz 14.9 KiB d89f13252a3dd48c3ffda9c947dfc2714f3d8ef28db941b1ebafdfb0eea13f13
node-webpack_4.30.0.orig-import-local.tar.gz 1.9 KiB b5e3560fb481f83a37452a462fee8a9ec99772c52f27d44290f496a2b6c65f8d
node-webpack_4.30.0.orig-v8-compile-cache.tar.gz 5.6 KiB ed8ab05d0c9462c71f364f9cda18c48d55ad6274dc2f62f891f940a26f0c8772
node-webpack_4.30.0.orig-webpack-cli.tar.gz 40.9 KiB c3a730616c0a9f2960c3f556ce1a0098cfdb911b99f30e431c59093cf7f71d72
node-webpack_4.30.0.orig.tar.gz 866.8 KiB 7da13e18d84aef120dcb0000800a6ee1342bfbdfa4fa96ed95d69f1326188eab
node-webpack_4.30.0-7~ubuntu1.debian.tar.xz 8.1 KiB 8051fcfb3738ba89422bb94a5efc626166a08b342857d6a8d3f269fee45c25c4
node-webpack_4.30.0-7~ubuntu1.dsc 4.0 KiB bf76407efb04fcd6b0956278bfaf24ff6256c07107c192b96f869620c55833ba

View changes file

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.