Add UMD #49
Reference in New Issue
Block a user
No description provided.
Delete Branch "umd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make it work...... everywhere!
Putting computeLayout in the IIFE right away broke the transpiler for me. Nevertheless, I think using an out of the box UMD pattern makes sense here. I don't see a reason why css-layout shouldn't be script loader agnostic.
Nice! Thanks
Hmm, would it be better to leave this package as CommonJS and treat umd as a build target?
@petehunt do you know what's the standard procedure for this?