mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
fixes browserify task transforms support
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = function() {
|
||||
};
|
||||
|
||||
// TODO: make sure this works, test with this too
|
||||
config.transforms.forEach(bundle.transform, this);
|
||||
config.transforms.forEach(bundle.transform, bundle);
|
||||
|
||||
// Actually bundle it up
|
||||
var _this = this;
|
||||
|
||||
Reference in New Issue
Block a user