-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Description
According to these discussions #33 #64, "supporting additional gems like maccman/sprockets-commonjs is outside the scope [...]."
So, I have been trying to look for an alternative way to load copyProperties
other than using require with commonJS.
This is how i would normally get it:
var copyProperties = require('react/lib/copyProperties');
Of course, I could just provide my own copyProperties
or just not use it at all. But it would be nice to have those utilities.
I've been searching but haven't found a workaround. What would you suggest ?
Metadata
Metadata
Assignees
Labels
No labels