Fixup paths

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-02-24 21:27:03 +00:00
parent 848f664fc3
commit b8509d249b
16 changed files with 88 additions and 71 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ export default (env: string, argv: Record<string, any>): webpack.Configuration =
type: "javascript/auto",
use: [
{
loader: path.resolve("./recorder-worklet-loader.cjs"),
loader: path.join(__dirname, "recorder-worklet-loader.cjs"),
},
{
loader: "babel-loader",