Skip to content

[script-compiler] Can morpheme-match dictionaries be bundled with worker? #60

Description

@doujinreviewers

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions