Skip to content

tauri

See the source

Sets up the environment for Tauri desktop applications. Includes browser globals plus Tauri-specific APIs.

Everything from the web config, plus:

  • __TAURI__
  • __TAURI_INTERNALS__
["src/**/*.{js,mjs,cjs}"]
uglify({
with: ["tauri"],
options: {
tauri: {
files: ["src/**/*.{js,jsx,ts,tsx}"],
},
},
})