Can I use CommonJS modules in a Chrome extensions?
Thanks Marco
|
Can I use Thanks Marco
| |||
|
feedback
|
|
Since CommonJS implementations are server side, the only way to use that as a Chrome Extension is through NPAPI bindings. If your looking for alternate frameworks, look for ones that live in the client side. Hope that helped! | |||
feedback
|
|
You can use CommonJS's AMD module system as implemented by RequireJS quite nicely. | |||
|
feedback
|