node-css-loader 1.0.1-1 source package in Ubuntu

Changelog

node-css-loader (1.0.1-1) unstable; urgency=medium

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Pirate Praveen ]
  * New upstream version 1.0.1
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.2.1 (no changes needed)

 -- Pirate Praveen <email address hidden>  Sat, 10 Nov 2018 21:02:00 +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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-css-loader_1.0.1-1.dsc 2.4 KiB 35fb273ace375b4e3ed29f5e292db40aeeffedcb8bc3a11022e13f8e307a3f92
node-css-loader_1.0.1.orig.tar.gz 53.3 KiB 1e7e378791ff263cf827f7606ae7b66745c8bd802889899fae197d37efca1964
node-css-loader_1.0.1-1.debian.tar.xz 9.4 KiB d7c487231e063e96c6e147345c50d72b1a51587f06fcd1fc9be2907f3fbca246

Available diffs

No changes file available.

Binary packages built by this source

node-css-loader: css 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.