If .textlintrc has a morpheme-match "dictionaryPathList" set, it will continue to show relative paths even when built with script-compiler.
{
"rules": {
"@textlint-ja/morpheme-match": {
"dictionaryPathList": ["./dictionary.js"]
}
}
}
This means that need to have an external dictionary file even after compiling textlint as a worker.
Can dictionary files also be bundled within the worker?