Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Sep 1, 2023
1 parent 06601f8 commit 11ea966
Show file tree
Hide file tree
Showing 7 changed files with 6,666 additions and 15,711 deletions.
16 changes: 8 additions & 8 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ module.exports = {
],
presets: ['@babel/react'],
},
{
include: [
'./packages/solid-router/**',
'./packages/solid-loaders/**',
'./packages/solid-actions/**',
],
presets: ['babel-preset-solid'],
},
// {
// include: [
// './packages/solid-router/**',
// './packages/solid-loaders/**',
// './packages/solid-actions/**',
// ],
// presets: ['babel-preset-solid'],
// },
],
}
2 changes: 1 addition & 1 deletion docs/guide/authenticated-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `beforeLoad` function runs in relative order to these other route loading fu

- Route Matching (Top-Down)
- `route.parseParams`
- `route.validateSearchParams`
- `route.validateSearch`
- Route Loading (including Preloading)
- **`route.beforeLoad`**
- `route.onError`
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"@tanstack/react-actions": "workspace:*",
"@tanstack/react-loaders": "workspace:*",
"@tanstack/router-devtools": "workspace:*",
"@tanstack/solid-router": "workspace:*",
"@tanstack/solid-loaders": "workspace:*",
"@tanstack/solid-actions": "workspace:*",
"@tanstack/react-start": "workspace:*",
"@tanstack/bling": "link:../bling/packages/bling"
}
Expand Down
Loading

0 comments on commit 11ea966

Please sign in to comment.