Skip to content

Commit

Permalink
chore: remove redundent dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordech committed Dec 8, 2023
1 parent 9ea226c commit 1d6442d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/dynamic-grid-website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ export default defineConfig({
integrations: [react()],
vite: {
ssr: {
noExternal: [
'@astrojs/react',
'@types/react',
'@types/react-dom',
'@astrojs/check',
'typescript',
],
noExternal: ['@astrojs/react'],
},
},
});

0 comments on commit 1d6442d

Please sign in to comment.