0.0.3 • Published 1 year ago

babel-plugin-analyze-module-usage v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

babel-plugin-analyze-module-usage

simple babel plugin that analyzes module usage

Installation

npm install -D babel-plugin-analyze-module-usage

Usage

// babel config
{
  "plugins": [
    [
      "babel-plugin-analyze-module-usage",
      {
        "console": true,
        "target": ["./api.js", "./module-to-track"]
        "result": "result_file.json"
      }
    ]
  ]
}
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago