node-babel-loader 8.2.5-2 source package in Ubuntu

Changelog

node-babel-loader (8.2.5-2) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * Fix clean
  * Fix test for webpack5 and tape (instead of ava 3) (Closes: #1011804)

 -- Yadd <email address hidden>  Tue, 31 May 2022 18:44:20 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-babel-loader_8.2.5-2.dsc 2.2 KiB 978e066b851c647fac69d2bc61a1d4a123bcb1f935998ed7baad2c21b95b1c1a
node-babel-loader_8.2.5.orig.tar.gz 750.5 KiB dae43d0ea7dad5529301197bce05eb85d6622d104db971c6d4bb676c84971425
node-babel-loader_8.2.5-2.debian.tar.xz 11.8 KiB bd8e1b203c82c208166ded60ba5173a9ba002ca6d15927611aa3839a1398bef8

Available diffs

No changes file available.

Binary packages built by this source

node-babel-loader: babel module loader for webpack

 This library is a babel loader module for webpack.
 .
 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.