Use peerDep rather than plugin param for common APIs.
This commit is contained in:
@@ -7,8 +7,9 @@ import {
|
||||
wrapInterop,
|
||||
} from "@babel/helper-module-transforms";
|
||||
import simplifyAccess from "@babel/helper-simple-access";
|
||||
import { template, types as t } from "@babel/core";
|
||||
|
||||
export default function({ types: t, template }, options) {
|
||||
export default function(api, options) {
|
||||
const {
|
||||
loose,
|
||||
allowTopLevelThis,
|
||||
|
||||
Reference in New Issue
Block a user