npm.io
10.0.1 • Published 1 month ago

@cspell/cspell-bundled-dicts

Licence
MIT
Version
10.0.1
Deps
59
Size
17 kB
Vulns
0
Weekly
0
Stars
1.6K

Cspell Bundled Dictionaries

This package contains all the dictionaries bundled with cspell.

It has been pull into its own package to make it easier to Webpack cspell.

Webpack

Example webpack.config.js modification:

  externals: [
    /^@cspell\/cspell-bundled-dicts/,
  ],

Example: package.json:

  "devDependencies": {
    "cspell": "^5",
  },
  "dependencies": {
    "@cspell/cspell-bundled-dicts": "^5"
  }

See streetsidesoftware/cspell-action

Keywords