[ 源代码: node-rollup-plugin-babel ]
软件包:node-rollup-plugin-babel(3.0.3-2)
node-rollup-plugin-babel 的相关链接
Debian 的资源:
下载源码包 node-rollup-plugin-babel:
- [node-rollup-plugin-babel_3.0.3-2.dsc]
- [node-rollup-plugin-babel_3.0.3.orig.tar.gz]
- [node-rollup-plugin-babel_3.0.3-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 node-rollup-plugin-babel 有关的软件包
|
|
|
|
-
- dep: node-babel-core (>= 6~)
- Babel compiler core.
-
- dep: node-rollup-pluginutils (>= 1.5~)
- Base functionality for rollup plugins
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable