JSPM

@cspell/cspell-bundled-dicts

9.6.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1044587
  • Score
    100M100P100Q225779F
  • License MIT

Dictionaries bundled with cspell

Package Exports

  • @cspell/cspell-bundled-dicts
  • @cspell/cspell-bundled-dicts/cspell-default.config.js
  • @cspell/cspell-bundled-dicts/cspell-default.json

Readme

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