add babel-plugin-syntax-function-sent plugin
This commit is contained in:
7
packages/babel-plugin-syntax-function-sent/src/index.js
Normal file
7
packages/babel-plugin-syntax-function-sent/src/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function () {
|
||||
return {
|
||||
manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("functionSent");
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user