1.0.0 • Published 4 years ago

google-closure-deps-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

google-closure-deps-plugin

Webpack plugin for generating Google Closure deps, work with closure-webpack-plugin.

example

options

  • output
    Full path for Closure deps.js file
  • source
    • roos
      Directories list for search dependencies
    • jsPaths
      JavaScript sources files for search dependencies
    • excludes
      Excludes files list
  • goog
    Path to Closure Library bootstrap file base.js
  • python
    "python3", "/usr/bin/python3" or something

More visit https://developers.google.com/closure/library.