Skip to content

Commit

Permalink
Updated webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Jul 22, 2024
1 parent 229fc57 commit 0448973
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
viewportWidth: 1280,
viewportHeight: 1024,
defaultCommandTimeout: 10000,
pageLoadTimeout: 30000,
requestTimeout: 10000,
env: {
baseUrlData: "https://api.data.amsterdam.nl/",
Expand Down Expand Up @@ -35,8 +36,8 @@ export default defineConfig({
},
component: {
devServer: {
framework: "create-react-app",
bundler: "webpack"
framework: "react",
bundler: "vite"
}
}
})

0 comments on commit 0448973

Please sign in to comment.