move to src (#5942)

This commit is contained in:
Henry Zhu
2017-07-11 23:23:15 -04:00
committed by GitHub
parent 03f249430a
commit 650cd43096
3 changed files with 5 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
export default function() {
return {
manipulateOptions(opts, parserOpts) {
parserOpts.plugins.push("optionalChaining");
},
};
}