UNPKG

vite-plugin-browserext-hmr

Version:

基于 Vite 构建的浏览器扩展开发环境,提供热更新功能,让扩展开发更加高效。

39 lines 850 B
{ "name": "vite-plugin-browserext-hmr", "version": "1.0.8", "type": "module", "main": "index.cjs", "module": "index.js", "exports": { "import": "./index.js", "require": "./index.cjs", "types": "./index.d.ts" }, "types": "./index.d.ts", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/tanweifeng79/vite-plugin-browserext-hmr.git" }, "keywords": [ "vite", "chrome", "web", "extension", "browser", "bundler", "framework" ], "dependencies": { "@types/chrome": "^0.0.332", "@types/fs-extra": "^11.0.4", "@types/node": "^24.0.15", "@webext-core/match-patterns": "^1.0.3", "colorette": "^2.0.20", "esbuild": "^0.25.6", "fs-extra": "^11.3.0", "linkedom": "^0.18.11", "vite": "^7.0.6", "web-ext-run": "^0.2.3" } }