0.0.1 • Published 9 years ago
babel-plugin-closure-module v0.0.1
babel-plugin-closure-module
A plugin that helps integrate closure modules into babel projects.
It wraps any modules defined by goog.module
inside goog.loadModule
calls, as explained in closure library's docs.
Usage
This is a babel plugin. To use it, just add it to your package.json and pass it as a plugin when calling babel:
{
"plugins": ["closure_module"]
}
0.0.1
9 years ago