2.0.0 • Published 5 years ago

broccoli-defeatureify v2.0.0

Weekly downloads
61
License
MIT
Repository
github
Last release
5 years ago

Deprecated

The Defeatureify project is no longer maintained.


broccoli-defeatureify Build Status

Remove specially flagged feature blocks and debug statements using Defeatureify

Defeatureify is used in the ember-dev package to enable or remove features and strip debug statements during the Ember.js build process.

Issues with the output should be reported on the Defeatureify issue tracker.

Install

$ npm install --save-dev broccoli-defeatureify

Usage

const Defeatureify = require('broccoli-defeatureify');
tree = new Defeatureify(tree, options);

API

Defeatureify(options)

See the Defeatureify options.

License

MIT © Sindre Sorhus