in packages/build-tools/console-toolkit-plugin-xconsole-fs-route/src/route/RouteMeta.ts [92:96]
private getConfig() {
const code = fs.readFileSync(this.component, 'UTF-8');
this.config = getCommentConfig(code);
debug('fs-route', "Config is: %s",JSON.stringify(this.config));
}