lix-website/themes/lix/assets/bootstrap/node_modules/@cspell/cspell-bundled-dicts/README.md
2024-04-26 22:49:34 -06:00

538 B

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