UNPKG

vite-plugin-vue-style-bundler

Version:

`Automatically extract the `css` in `Vue` components and bundle them into the `js` source code, and then automatically insert the style into the head at runtime.

53 lines 1.29 kB
{ "name": "vite-plugin-vue-style-bundler", "version": "1.0.9", "description": "`Automatically extract the `css` in `Vue` components and bundle them into the `js` source code, and then automatically insert the style into the head at runtime.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "homepage": "", "repository": { "type": "git", "url": "https://github.com/zhangfisher/vite-plugin-vue-style-bundler" }, "files": [ "dist", "src", "LICENSE", "readme.md", "readme_CN.md" ], "keywords": [ "vite", "vite-plugin", "vue", "vite-plugin-vue", "css-in-js" ], "author": "wxzhang", "license": "MIT", "dependencies": { "magic-string": "^0.30.8", "remove": "^0.1.5" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@types/less": "^3.0.6", "tsup": "^8.0.2", "typescript": "^5.4.2", "vite-plugin-inspect": "^0.8.3" }, "peerDependencies": { "@types/less": "^3.0.6", "less": "^4.2.0", "sass": "^1.72.0", "vue": "^3.4.21", "vite": "^5.1.0", "@vitejs/plugin-vue": "^5.0.4" }, "scripts": { "build": "tsup", "changeset": "changeset", "release": "pnpm build && changeset version && changeset publish" } }