broccoli-coco

Broccoli filter for Coco

Usage no npm install needed!

<script type="module">
  import broccoliCoco from 'https://cdn.skypack.dev/broccoli-coco';
</script>

README

broccoli-coco

A Coco filter for Broccoli.

Installation

npm install --save-dev broccoli-coco

Usage

var filterCoco = require('broccoli-coco');
tree = filterCoco(tree, options);

Options

bare

If set to true, Coco will not wrap the output in a top-level function.