Skip to content

Latest commit

 

History

History
107 lines (68 loc) · 1.96 KB

Bug_report.md

File metadata and controls

107 lines (68 loc) · 1.96 KB
name about
🐛 Bug Report
Incorrect Output or something is not working as expected

Describe the bug

To Reproduce

Minimal code to reproduce the bug

Actual Output

If there is no Error thrown,

Expected Output

Stack Trace

If applicable,


Configuration

How are you using babel-minify?

babel-minify CLI

babel-minify version: 0.4.3

babel version : 7.0.0-beta.49

babel-minify-config:

{
  removeConsole: true,
  keepFnNames: true
}

babelrc:

{
  plugins: [],
  presets: []
}

Possible solution

Additional context