0.0.1 • Published 8 years ago

babel-plugin-closure-module v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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"]
}