We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeb467 commit bef2252Copy full SHA for bef2252
package.json
@@ -1,11 +1,26 @@
1
{
2
"name": "vite-plugin-libcss",
3
+ "description": "This plugin will inject css into bundled js file using `import` statement.",
4
"version": "1.0.1",
5
"main": "index.js",
6
"types": "index.d.ts",
7
"author": "wxsms@foxmail.com",
8
"license": "MIT",
9
"private": false,
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/wxsms/vite-plugin-libcss.git"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/wxsms/vite-plugin-libcss/issues"
16
17
+ "homepage": "https://github.com/wxsms/vite-plugin-libcss#readme",
18
+ "keywords": [
19
+ "vite",
20
+ "plugin",
21
+ "lib",
22
+ "css"
23
+ ],
24
"devDependencies": {
25
"vite": "2.7.5"
26
},
0 commit comments