Add plugins name (#8769)
* Add plugins name * Add missing names found by the plugin * Add eslint plugin
This commit is contained in:
@@ -20,6 +20,8 @@ export default declare((api, options) => {
|
||||
|
||||
const { loose, allowTopLevelThis, strict, strictMode, noInterop } = options;
|
||||
return {
|
||||
name: "transform-modules-amd",
|
||||
|
||||
visitor: {
|
||||
Program: {
|
||||
exit(path) {
|
||||
|
||||
Reference in New Issue
Block a user