Deprecated
The Defeatureify project is no longer maintained.
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