mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
only include webview-dist files in npm bundle
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
"main": "webview-dist/index.js",
|
||||
"types": "webview-dist/index.d.ts",
|
||||
"private": "true",
|
||||
"files": [
|
||||
"webview-dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rollup -c ./webview-src/rollup.config.js",
|
||||
"prepublishOnly": "yarn build",
|
||||
|
||||
Reference in New Issue
Block a user