mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(docs): upgrade deps
Modernize the docs set-up to use Vite 5 so that the exports map works.
This commit is contained in:
parent
64b39be524
commit
42519690b7
4 changed files with 442 additions and 252 deletions
|
@ -1,7 +1,9 @@
|
|||
// @ts-check
|
||||
const fs = require("fs");
|
||||
const path = require("path");
|
||||
const { slug } = require("github-slugger");
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import githubSlugger from "github-slugger";
|
||||
|
||||
const { slug } = githubSlugger;
|
||||
|
||||
const COMPONENTS_PATH = "./src/pages/components";
|
||||
const SEARCH_INDEX_PATH = "./src/SEARCH_INDEX.json";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue