Skip to content

Commit

Permalink
fix(demo): try to fix .happo.js config
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Jan 5, 2023
1 parent 03f29a5 commit 68414f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/visx-demo/.happo.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ module.exports = {
sassOptions: {}, // we don't have this loader
...nextConfig,
},
rewrites: [],
rewrites: {
beforeFiles: [],
afterFiles: [],
fallback: [],
},
entrypoints: {},
pagesDir: findPagesDir(process.cwd()),
});
Expand Down

0 comments on commit 68414f8

Please sign in to comment.