@pinegrow/vite-plugin 2.0.0-alpha.9 → 3.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.LICENSE.txt +0 -6
- package/package.json +10 -11
- package/dist/207.cjs +0 -1
|
@@ -40,18 +40,12 @@
|
|
|
40
40
|
* Released under the MIT License.
|
|
41
41
|
*/
|
|
42
42
|
|
|
43
|
-
/*! https://mths.be/cssesc v3.0.0 by @mathias */
|
|
44
|
-
|
|
45
43
|
/*! https://mths.be/he v1.2.0 by @mathias | MIT license */
|
|
46
44
|
|
|
47
45
|
/*! https://mths.be/utf8js v2.1.2 by @mathias */
|
|
48
46
|
|
|
49
|
-
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
50
|
-
|
|
51
47
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
52
48
|
|
|
53
|
-
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
54
|
-
|
|
55
49
|
/**
|
|
56
50
|
* Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
|
|
57
51
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinegrow/vite-plugin",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Pinegrow Vite Plugin
|
|
3
|
+
"version": "3.0.0-alpha.0",
|
|
4
|
+
"description": "Pinegrow Vite Plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -14,29 +14,28 @@
|
|
|
14
14
|
"require": "./dist/index.cjs"
|
|
15
15
|
},
|
|
16
16
|
"./dev": {
|
|
17
|
-
"import": "./
|
|
18
|
-
"require": "./
|
|
17
|
+
"import": "./src/index.js",
|
|
18
|
+
"require": "./src/index.js"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"pinegrow",
|
|
23
|
-
"
|
|
23
|
+
"pinegrow-plugin",
|
|
24
|
+
"vite plugin",
|
|
25
|
+
"@pinegrow/vite-plugin"
|
|
24
26
|
],
|
|
25
27
|
"author": "Pinegrow (http://pinegrow.com/)",
|
|
26
28
|
"license": "MIT",
|
|
27
29
|
"scripts": {
|
|
28
|
-
"build": "webpack -- --env mode=production",
|
|
29
|
-
"build:dev": "webpack -- --env mode=development",
|
|
30
|
-
"preview": "webpack serve -- --env mode=production",
|
|
30
|
+
"build:vite-plugin": "webpack -- --env mode=production vite",
|
|
31
|
+
"build:vite-plugin:dev": "webpack -- --env mode=development vite",
|
|
31
32
|
"publish-alpha": "npm run increment-alpha-version && npm publish",
|
|
32
33
|
"increment-alpha-version": "npm version prerelease --preid=alpha",
|
|
33
34
|
"publish-beta": "npm run increment-beta-version && npm publish",
|
|
34
35
|
"increment-beta-version": "npm version prerelease --preid=beta"
|
|
35
36
|
},
|
|
36
37
|
"dependencies": {
|
|
37
|
-
"chokidar": "^3.5.2",
|
|
38
38
|
"node-html-parser": "^5.2.0",
|
|
39
|
-
"
|
|
40
|
-
"tailwindcss": "^3.1.8"
|
|
39
|
+
"@pinegrow/tailwind-plugin": "latest"
|
|
41
40
|
}
|
|
42
41
|
}
|
package/dist/207.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";exports.id=207,exports.ids=[207],exports.modules={4207:(t,e,o)=>{o.r(e),o.d(e,{AtRule:()=>A,Comment:()=>N,Container:()=>x,CssSyntaxError:()=>C,Declaration:()=>f,Document:()=>D,Input:()=>I,Node:()=>P,Processor:()=>y,Result:()=>E,Root:()=>O,Rule:()=>J,Warning:()=>S,atRule:()=>d,comment:()=>c,decl:()=>p,default:()=>n,document:()=>m,fromJSON:()=>u,list:()=>a,parse:()=>i,plugin:()=>l,root:()=>g,rule:()=>R,stringify:()=>s});var r=o(5489);const n=r,s=r.stringify,u=r.fromJSON,l=r.plugin,i=r.parse,a=r.list,m=r.document,c=r.comment,d=r.atRule,R=r.rule,p=r.decl,g=r.root,C=r.CssSyntaxError,f=r.Declaration,x=r.Container,y=r.Processor,D=r.Document,N=r.Comment,S=r.Warning,A=r.AtRule,E=r.Result,I=r.Input,J=r.Rule,O=r.Root,P=r.Node}};
|