We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8eec1 commit 19c3dafCopy full SHA for 19c3daf
1 file changed
build.ts
@@ -44,7 +44,7 @@ async function bundleFiles() {
44
},
45
46
47
- externalModules: ["/translations/langs.js"],
+ externalModules: ["./translations/langs.js"],
48
options: {
49
minify: !process.argv.includes("watch"),
50
jsc: {
0 commit comments