Disable flow on transformClass, fix preset-env errors (#7605)

This commit is contained in:
Michał Pierzchała
2018-03-21 00:42:11 +01:00
committed by Brian Ng
parent 55bf55398a
commit 81c1b49f6a
3 changed files with 6 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
// @flow
import type { NodePath } from "@babel/traverse";
import nameFunction from "@babel/helper-function-name";
import ReplaceSupers from "@babel/helper-replace-supers";