node-rollup-plugin-babel 3.0.3-7 source package in Ubuntu

Changelog

node-rollup-plugin-babel (3.0.3-7) unstable; urgency=medium

  * Team upload
  * Add build depends on es2015

 -- Bastien Roucariès <email address hidden>  Sun, 23 Feb 2020 23:39:22 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rollup-plugin-babel_3.0.3-7.dsc 2.5 KiB 357638ad224d93ff8af43ad3659ef1fa629261d34171f083a22066c9eb1d6c6c
node-rollup-plugin-babel_3.0.3.orig.tar.gz 27.4 KiB 888f248147c58423396a1965e8a6f34edc5ae86c0155514e27732733e3b5ac6e
node-rollup-plugin-babel_3.0.3-7.debian.tar.xz 5.0 KiB 03b904c9faee75440b5c9a229e8ef65ed4f1b1fabe236e4a5debae023393fca6

Available diffs

No changes file available.

Binary packages built by this source

node-rollup-plugin-babel: Seamless integration between Rollup and Babel

 If you're using Babel to transpile your ES6/7 code and Rollup to generate a
 standalone bundle, you have a couple of options:
  * run the code through Babel first, being careful to exclude the module
    transformer, or
  * run the code through Rollup first, and *then* pass it to Babel.
 .
 Both approaches have disadvantages. Using Rollup with rollup-plugin-babel
 makes the process far easier.
 .
 Node.js is an event-based server-side JavaScript engine.