From c39ff8f6481463a1700014ebd204f2b6189759a1 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 29 Aug 2022 20:27:47 +0200 Subject: More progress --- src/Vencord.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Vencord.ts') diff --git a/src/Vencord.ts b/src/Vencord.ts index 449423c..091421e 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -1,5 +1,8 @@ +import * as plugins from "./plugins"; +import * as WP from "./utils/webpack"; + import "./utils/patchWebpack"; import "./utils/quickCss"; -export const Webpack = {}; -import "./plugins"; +export const Webpack = WP; +export const Plugins = plugins; \ No newline at end of file -- cgit