@stevederico/skateboard-ui 1.2.3 → 1.2.4
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/CHANGELOG.md +6 -0
- package/ViteConfig.js +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/ViteConfig.js
CHANGED
|
@@ -235,10 +235,13 @@ export async function getSkateboardViteConfig(customConfig = {}) {
|
|
|
235
235
|
'react-dom',
|
|
236
236
|
'react-dom/client',
|
|
237
237
|
'@radix-ui/react-slot',
|
|
238
|
+
'react-router-dom',
|
|
239
|
+
'react-router',
|
|
238
240
|
'cookie',
|
|
239
241
|
'set-cookie-parser',
|
|
240
242
|
...(customConfig.optimizeDeps?.include || [])
|
|
241
243
|
],
|
|
244
|
+
force: true,
|
|
242
245
|
exclude: [
|
|
243
246
|
'@swc/core',
|
|
244
247
|
'@swc/core-darwin-arm64',
|