@cspell/cspell-bundled-dicts

8.8.3 • Public • Published

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

/@cspell/cspell-bundled-dicts/

    Package Sidebar

    Install

    npm i @cspell/cspell-bundled-dicts

    Weekly Downloads

    450,788

    Version

    8.8.3

    License

    MIT

    Unpacked Size

    11.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • jason-dent