react-jade-helper

react-jade wrapper for gulp watch

Usage no npm install needed!

<script type="module">
  import reactJadeHelper from 'https://cdn.skypack.dev/react-jade-helper';
</script>

README

react-jade-helper

react-jade wrapper for gulp watch

Installation

$ npm i react-jade-helper react-jade -D

Usage

var browserify = require('browserify');
var watchify = require('watchify');

bundler = watchify(browserify(config, watchify.args));

bundler.transform('react-jade-helper');