Scoped: change src imports to @babel/ [skip ci]
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import syntaxOptionalChaining from "babel-plugin-syntax-optional-chaining";
|
||||
import syntaxOptionalChaining from "@babel/plugin-syntax-optional-chaining";
|
||||
|
||||
export default function({ types: t }, options) {
|
||||
const { loose = false } = options;
|
||||
|
||||
Reference in New Issue
Block a user