Comment on CommonJS require for the browser in 1kComments−cj11yHere's a simple implementation in 20 lines of code - I use this in production for our single page Backbone app (migrated away from Requirejs).https://gist.github.com/paton/ab27a1be7e843d220ee3
Comments
Here's a simple implementation in 20 lines of code - I use this in production for our single page Backbone app (migrated away from Requirejs).
https://gist.github.com/paton/ab27a1be7e843d220ee3