mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
refactor bridge plugin into virtual module
This commit is contained in:
@@ -13,6 +13,10 @@ module.exports = esbuild.build({
|
||||
alias: {
|
||||
path: "path-browserify",
|
||||
},
|
||||
loader: {
|
||||
".css": "text",
|
||||
},
|
||||
external: ["obsidian", "fs"],
|
||||
define: {
|
||||
__IGNIS_VERSION__: JSON.stringify(ignisVersion),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user