Skip to content

Commit c99e107

Browse files
build: copy betterdiscord plugin only one time (#31)
1 parent c8fef76 commit c99e107

File tree

3 files changed

+28
-35
lines changed

3 files changed

+28
-35
lines changed

bundlebd.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
input: "src-bd",
3-
output: "dist-bd"
3+
output: "dist-bd",
4+
bdPath: "none"
45
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/webfontloader": "^1.6.35",
3636
"@vitejs/plugin-vue": "^4.2.0",
3737
"@vueuse/core": "^9.13.0",
38-
"bundlebd": "github:Neodymium7/BundleBD",
38+
"bundlebd": "^4.0.0",
3939
"concurrently": "^8.0.1",
4040
"deepmerge": "^4.3.1",
4141
"esbuild": "^0.17.18",

pnpm-lock.yaml

Lines changed: 25 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)