mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-17 04:07:51 +01:00
mobile: fix clipper build path
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -34,10 +34,7 @@ export default defineConfig({
|
|||||||
js: "clipper.bundle.js"
|
js: "clipper.bundle.js"
|
||||||
},
|
},
|
||||||
distPath: {
|
distPath: {
|
||||||
root: path.resolve(
|
root: path.resolve(__dirname, "../../apps/mobile/ios/extension.bundle")
|
||||||
__dirname,
|
|
||||||
"../../apps/mobile/native/ios/extension.bundle"
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user