mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -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]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user