SimantovYousoufov / gulp-rollup-babel-nodemon

Working out a toolchain to use Rollup module bundler with Babel, nodemon and node-inspector.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A NodeJS Development toolchain using...

I originally tried to get this all working using npm scripts alone, but encountered various issues. Using gulp is a useful way to compose all the above tools.

This won't scale well for very large apps as it actually transpiles, bundles and writes built file to disk before running. It works for now if you want to getting up-and-running quickly with this workflow, but it can definitely be improved...

About

Working out a toolchain to use Rollup module bundler with Babel, nodemon and node-inspector.


Languages

Language:JavaScript 100.0%