Skip to content

Commit 19c3daf

Browse files
committed
fix build script
1 parent ec8eec1 commit 19c3daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function bundleFiles() {
4444
},
4545
},
4646
},
47-
externalModules: ["/translations/langs.js"],
47+
externalModules: ["./translations/langs.js"],
4848
options: {
4949
minify: !process.argv.includes("watch"),
5050
jsc: {

0 commit comments

Comments
 (0)