export default class CrowiPlugin { constructor() { } getAllPreProcessors() { return [] } } window.crowiPlugin = new CrowiPlugin(); // FIXME