@rpcbase/vite 0.59.0 → 0.61.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.
Files changed (2) hide show
  1. package/index.js +7 -1
  2. package/package.json +1 -2
package/index.js CHANGED
@@ -54,7 +54,6 @@ const integratedPackages = [
54
54
  "@hookform/resolvers",
55
55
  "@headlessui/react",
56
56
  "axios",
57
- "framer-motion",
58
57
  "libphonenumber-js",
59
58
  "maplibre-gl",
60
59
  "posthog-js",
@@ -83,6 +82,8 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
83
82
  minify: htmlMinifyOptions,
84
83
  }),
85
84
  viteSingleFile({
85
+ useRecommendedBuildConfig: false,
86
+ deleteInlinedFiles: true,
86
87
  inlinePattern: ["**/*.css"],
87
88
  removeViteModuleLoader: false
88
89
  }),
@@ -110,6 +111,11 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
110
111
  headers: {
111
112
  "Cache-Control": "no-store",
112
113
  },
114
+ watch: {
115
+ ignored: [
116
+ "**/build/playwright/**",
117
+ ]
118
+ }
113
119
  },
114
120
  resolve: {
115
121
  alias: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.59.0",
3
+ "version": "0.61.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -30,7 +30,6 @@
30
30
  "@tailwindcss/vite": "4.1.14",
31
31
  "@vitejs/plugin-react-swc": "3.10.2",
32
32
  "clsx": "2.1.1",
33
- "framer-motion": "12.23.24",
34
33
  "glob": "11.0.3",
35
34
  "libphonenumber-js": "1.12.24",
36
35
  "lucide-react": "0.545.0",