solorice/vscodium/extensions/streetsidesoftware.code-spell-checker-2.1.11/node_modules/@cspell/cspell-bundled-dicts
2022-04-28 21:17:01 +03:00
..
compatibility-words.txt.gz Added vscodium 2022-04-28 21:17:01 +03:00
cspell-compatibility.json Added vscodium 2022-04-28 21:17:01 +03:00
cspell-default.config.js Added vscodium 2022-04-28 21:17:01 +03:00
cspell-default.json Added vscodium 2022-04-28 21:17:01 +03:00
LICENSE Added vscodium 2022-04-28 21:17:01 +03:00
package.json Added vscodium 2022-04-28 21:17:01 +03:00
README.md Added vscodium 2022-04-28 21:17:01 +03:00

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