Skip to content

Commit

Permalink
Merge pull request #73 from absurdprofit/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
absurdprofit authored Oct 6, 2024
2 parents e8b3d37 + 4282227 commit 684da01
Show file tree
Hide file tree
Showing 19 changed files with 1,199 additions and 1,210 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build
.env.development.local
.env.test.local
.env.production.local
vite.config.ts.timestamp-*.mjs

lerna-debug.log*
npm-debug.log*
Expand Down
5 changes: 3 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.5",
"@react-motion-router/core": "^1.0.0",
"@react-motion-router/stack": "^1.0.0",
"@react-motion-router/core": "*",
"@react-motion-router/stack": "*",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
Expand All @@ -31,6 +31,7 @@
"vite": "^5.0.2",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1",
"web-animations-extension": "*",
"web-gesture-events": "0.0.10",
"web-vitals": "^1.1.2"
},
Expand Down
11 changes: 6 additions & 5 deletions example/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ export default defineConfig({
]
}
},
optimizeDeps: {
include: ["@react-motion-router/core"],
esbuildOptions: { target: "ES2022" }
},
server: {
open: true,
port: 3000,
Expand All @@ -67,10 +63,15 @@ export default defineConfig({
]
}
},
optimizeDeps: {
esbuildOptions: {
target: 'ES2022'
},
},
esbuild: {
banner: '/* LICENSES */',
legalComments: 'none',
sourcemap: true
sourcemap: true,
},
test: {
globals: true,
Expand Down
Loading

0 comments on commit 684da01

Please sign in to comment.