mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-12 16:36:33 +02:00
provide minified and unminified esm builds
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
"Tauri Programme within The Commons Conservancy"
|
||||
],
|
||||
"description": "Tauri Plugin for WebSocket connections",
|
||||
"browser": "webview-dist/index.js",
|
||||
"main": "webview-dist/index.js",
|
||||
"browser": "webview-dist/index.min.js",
|
||||
"main": "webview-dist/index.mjs",
|
||||
"types": "webview-dist/index.d.ts",
|
||||
"private": "true",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user