UNPKG

before-hook

Version:

A modern pre-hook JS library that's just easy, built with love and style.

14 lines 260 B
{ "plugins": ["@babel/plugin-transform-runtime", "source-map-support"], "sourceMaps": "inline", "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ] ] }