Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Remove specially flagged feature blocks and debug statements using Defeatureify

License

Notifications You must be signed in to change notification settings

sindresorhus/broccoli-defeatureify

Repository files navigation

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