diff options
author | Vendicated <vendicated@riseup.net> | 2022-08-29 20:27:47 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-08-29 20:27:47 +0200 |
commit | c39ff8f6481463a1700014ebd204f2b6189759a1 (patch) | |
tree | a5a4d1fe04a9d99029d480ec3f5a2ca2fb9c0b13 /src/Vencord.ts | |
parent | 1709ab61ef2138d350b3d45a3eba0d94d5adf0a1 (diff) | |
download | Vencord-c39ff8f6481463a1700014ebd204f2b6189759a1.tar.gz Vencord-c39ff8f6481463a1700014ebd204f2b6189759a1.tar.bz2 Vencord-c39ff8f6481463a1700014ebd204f2b6189759a1.zip |
More progress
Diffstat (limited to 'src/Vencord.ts')
-rw-r--r-- | src/Vencord.ts | 7 |
1 files changed, 5 insertions, 2 deletions
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 |