Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Sry, I don't know how the build process for obsidian-spaced-repetition-recall works. Please ask over there 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm complete noob in obsidian plugin development and want to clarify:
Why does main.js being put in in the build folder? This way obsidian can't load plugin when it is run in dev mode.
I mean obsidian is looking for main.js in .obsidian/plugins/myplugin. And currently esbuild putting main.js into myplugin/build/
Can I change esbuild settings in my pr? Or is there specific reason to output to /build folder?
Beta Was this translation helpful? Give feedback.
All reactions