babel-plugin-closure-module

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i babel-plugin-closure-module

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • mairatma