add syntax plugins
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function () {
|
||||
return {
|
||||
manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("objectRestSpread");
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user