Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Move to esbuild, configure for vscode, configure for build folder output #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TfTHacker
Copy link

This will optimize your project.

  1. Using ESBUILD. million times faster compile
  2. I think you use vscode like me, this will optimize the git settings
  3. the build goes to a "build" folder, to keep your code and output seperate. I recommend using mklink /j link target on your windows maching to create a symlink from your .obsidian/plugins folder to your build folder. then when you compile there are no files to move (i assume you use hotreload -- if not let me know).
  4. Put in the MIT license file. this is open source dude, get with the program. :-)

@TfTHacker
Copy link
Author

On other thing, I use a build script to build, so I just have to hit CTRL-Shift+B in vscode. try it.. vscode will walk you through the setup

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant