feat(markdown): add markdown
This commit is contained in:
parent
6117b9e887
commit
0193880cb0
4036 changed files with 25057 additions and 1990 deletions
|
|
@ -16,6 +16,10 @@ export default defineConfig({
|
|||
find: /^@methanium\/ui\/index\.css$/,
|
||||
replacement: `${uiSrc}/index.css`,
|
||||
},
|
||||
{
|
||||
find: /^@methanium\/ui\/markdown$/,
|
||||
replacement: `${uiSrc}/markdown/index.ts`,
|
||||
},
|
||||
{ find: /^@methanium\/ui$/, replacement: `${uiSrc}/index.ts` },
|
||||
],
|
||||
dedupe: ["react", "react-dom"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue