Scoped: change src imports to @babel/ [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import syntaxFlow from "babel-plugin-syntax-flow";
|
||||
import syntaxFlow from "@babel/plugin-syntax-flow";
|
||||
|
||||
export default function({ types: t }) {
|
||||
function wrapInFlowComment(path, parent) {
|
||||
|
||||
Reference in New Issue
Block a user