Bug Report
Current Behavior
babel-preset-minify
Cannot read property 'isIfStatement' of null
Input Code
https://github.com/eeve/test.v2
// module-a.js
export default function () {
return 1;
}
Babel Configuration (.babelrc, package.json, cli command)
{
"presets": [
[
"@babel/preset-env",
{
"debug": true,
"useBuiltIns": "usage",
"targets": {
"node": 6
}
}
],
"minify"
],
"sourceMaps": "inline"
}
Environment
- Babel version(s): v7.0.0-beta.47
- Node/npm version: Node 8.9.4/npm 6.0.0
- Monorepo: no
- How you are using Babel:
cli
Additional context/Screenshots

Bug Report
Current Behavior
babel-preset-minify
Cannot read property 'isIfStatement' of null
Input Code
https://github.com/eeve/test.v2
Babel Configuration (.babelrc, package.json, cli command)
Environment
cliAdditional context/Screenshots
