UNPKG

@rob.j.qva/babel-plugin-debug

Version:

Plugin that transforms __DEBUG(<MESSAGE>) to console.log("[DEBUG line:", <LINE>, "file:", "<FILE>]", <MESSAGE>)

13 lines (12 loc) 154 B
module.exports = { presets: [ [ "@babel/preset-env", { targets: { node: "current", }, }, ], ], };