@geajs/vite-plugin 1.0.19 → 1.0.21
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/dist/index.js +1013 -736
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geajs/vite-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "Vite plugin for Gea framework - JSX/TSX transform, reactivity, HMR",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"gea-env.d.ts"
|
|
41
41
|
],
|
|
42
42
|
"scripts": {
|
|
43
|
+
"prepublishOnly": "tsup src/index.ts --format esm --dts --clean --external vite",
|
|
43
44
|
"build": "tsup src/index.ts --format esm --dts --clean --external vite",
|
|
44
45
|
"test": "tsx --test 'tests/**/*.test.ts'",
|
|
45
46
|
"test:e2e": "npx playwright test --config=../../tests/e2e/playwright.config.ts",
|