add more plugins, rename some
This commit is contained in:
7
packages/babel-plugin-transform-decorators/src/index.js
Normal file
7
packages/babel-plugin-transform-decorators/src/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function () {
|
||||
return {
|
||||
visitor: {
|
||||
// your visitor methods go here
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user