1 parent f0f1d41 commit 33c4a5dCopy full SHA for 33c4a5d
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@fourcels/vite-plugin-react-pages",
3
"type": "module",
4
- "version": "0.4.16",
+ "version": "0.4.17",
5
"description": "File system base react-router plugin for Vite",
6
"scripts": {
7
"dev": "vite",
8
- "build": "tsup",
+ "build": "tsup-node",
9
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
10
"preview": "vite preview"
11
},
@@ -45,4 +45,4 @@
45
"publishConfig": {
46
"access": "public"
47
}
48
-}
+}
0 commit comments