JSPM

@repetere/esdoc-inject-gtm-plugin

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q11138F
  • License MIT

A inject google-tag-manager plugin for ESDoc

Package Exports

  • @repetere/esdoc-inject-gtm-plugin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@repetere/esdoc-inject-gtm-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ESDoc Inject GTM Plugin

Install

npm install esdoc-inject-gtm-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-inject-script-plugin", "option": {"enable": true, "id": "GTM-XXXXX"}}
  ]
}

enable is default true.

LICENSE

MIT

Author

9renpoto