0.1.2 • Published 3 years ago

build-plugin-wrap-code v0.1.2

Weekly downloads
93
License
ISC
Repository
-
Last release
3 years ago

build-plugin-wrap-code

Usage:

{
  "plugins": [
    ["ice-plugin-wrap-code", {
        "addCodeBefore": "console.log('some code before entry')",
        "addCodeAfter": "console.log('some code after entry')"
      }
    ]
  ]
}