#### Input Code ```js /*! mylib.js v0.1 | @license MIT */ (function () { 'use strict'; (...) }()); ``` #### Actual Output Minified code with no comments at all. #### Expected Output The license comment at the very top of the file. #### Details babel 6.26.0 on Windows 10
Input Code
Actual Output
Minified code with no comments at all.
Expected Output
The license comment at the very top of the file.
Details
babel 6.26.0 on Windows 10