Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 462 Bytes

broccoli-amdclean

Broccoli filter to convert AMD modules to regular javaScript

Install:

npm install --save broccoli-amdclean

Usage

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

Options

All options (except for the 'code' option, which is replaced by the tree) that AMDclean supports are supported. They can be found on the [AMDclean page.] (https://github.com/gfranko/amdclean)