Scoped: change src imports to @babel/ [skip ci]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import remapAsyncToGenerator from "babel-helper-remap-async-to-generator";
|
||||
import syntaxAsyncFunctions from "babel-plugin-syntax-async-functions";
|
||||
import remapAsyncToGenerator from "@babel/helper-remap-async-to-generator";
|
||||
import syntaxAsyncFunctions from "@babel/plugin-syntax-async-functions";
|
||||
|
||||
import { addNamed } from "babel-helper-module-imports";
|
||||
import { addNamed } from "@babel/helper-module-imports";
|
||||
|
||||
export default function({ types: t }, options) {
|
||||
const { method, module } = options;
|
||||
|
||||
Reference in New Issue
Block a user