Skip to content

Releases: obsidian-tools/obsidian-tools

create-obsidian-plugin@0.4.0

10 Mar 22:43
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

create-obsidian-plugin@0.3.0

10 Mar 21:01
Compare
Choose a tag to compare

🚀 Enhancement

📝 Documentation

Authors: 1

create-obsidian-plugin@0.2.0

10 Mar 16:34
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

create-obsidian-plugin@0.1.1

05 Mar 22:30
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

create-obsidian-plugin@0.1.0

05 Mar 22:23
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 1

obsidian-plugin-cli@0.4.5

28 Feb 18:11
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

obsidian-plugin-cli@0.4.4

28 Feb 17:15
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

obsidian-plugin-cli@0.4.3

25 Feb 21:30
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

obsidian-plugin-cli@0.4.2

25 Feb 19:06
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 1

obsidian-plugin-cli@0.4.1

25 Feb 18:15
Compare
Choose a tag to compare

Release Notes

Support esbuild config files, change esbuild-override to esbuild-config (#32)

This release introduces the ability to automatically include config for esbuild without having to pass the option via the command line. All you need to do is create a esbuild.config.json (or any other format supported by cosmiconfig) and it'll automatically be included in your build. You can still manually specify a path to the config using --esbuild-config.

This release also updates the default resolution strategy that esbuild will use to find modules. The new order is browser, module, main. You can learn more by reading esbuild's main fields docs and you can also override this option by specifying you're own mainFields options in your esbuild config.

💥 BREAKING CHANGES 💥

The --esbuild-override command is now --esbuild-config


🐛 Bug Fix

  • Support esbuild config files, change esbuild-override to esbuild-config #32 (@zephraph)

Authors: 1