Skip to content

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

@doujinreviewers

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions