codemix / codemix/babel-plugin-trace

Trace Level Options does not seem to work when using babel-node

Open
#1 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
64
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Hi,

I was checking out this plugin to use in my projects. I wanted to enable only warn level logging. However that does not seem to work when using babel-node.

The commands that I used were as follows:

`TRACE_LEVEL=warn babel-node index.js
// this did not work
`

`TRACE_LEVEL=warn babel -d ./babel-out index.js`

`node ./babel-out/index.js // this does work`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.