Temporarily comment out bundle-collapser for JSXTransformer

This will at least make the examples run while we fix the issue.
This commit is contained in:
Cheng Lou
2015-01-20 20:27:59 -05:00
parent c6686768eb
commit 51d74ca36c
+5 -1
View File
@@ -83,7 +83,11 @@ var transformer = {
debug: false,
standalone: 'JSXTransformer',
transforms: [],
plugins: [collapser],
// Source-map-generator uses amdefine, which looks at the type of __dereq__.
// If it's not a string, it assumes something else (array of strings), but
// collapser passes a number; this would throw.
// plugins: [collapser],
after: [es3ify.transform, derequire, simpleBannerify]
};