Skip to content

Commit 7d72db9

Browse files
committed
Delegate Chat and MarkdownStream implementations to new shinychat dependency
1 parent 65db8e4 commit 7d72db9

20 files changed

+38
-5104
lines changed

js/build.ts

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -102,26 +102,6 @@ const opts: Array<BuildOptions> = [
102102
entryPoints: { "spin/spin": "spin/spin.scss" },
103103
plugins: [sassPlugin({ type: "css", sourceMap: false })],
104104
},
105-
{
106-
entryPoints: {
107-
"markdown-stream/markdown-stream": "markdown-stream/markdown-stream.ts",
108-
},
109-
},
110-
{
111-
entryPoints: {
112-
"markdown-stream/markdown-stream": "markdown-stream/markdown-stream.scss",
113-
},
114-
plugins: [sassPlugin({ type: "css", sourceMap: false })],
115-
},
116-
{
117-
entryPoints: {
118-
"chat/chat": "chat/chat.ts",
119-
},
120-
},
121-
{
122-
entryPoints: { "chat/chat": "chat/chat.scss" },
123-
plugins: [sassPlugin({ type: "css", sourceMap: false })],
124-
},
125105
];
126106

127107
(async () => {

js/chat/chat.scss

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)