Avoid usage of exports/module.exports/require().
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import asyncSyntaxPlugin from "babel-plugin-syntax-async-functions";
|
||||
|
||||
export default function () {
|
||||
return {
|
||||
inherits: require("babel-plugin-syntax-async-functions")
|
||||
inherits: asyncSyntaxPlugin,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user