Skip to main content

Nextjs-webpack

If your repository is based on nextjs with the webpack bundler, you can check out the public examples repository and look for the commit Add QA Compass webpack loader.

Tip

If the code-jump does not contain the right branch, make sure to either run npm run dev again or remove your webpack cache files in node_modules/.cache/webpack or .next/cache/webpack and rerun the dev server.

Alternatively, you can set the flag cache: false temporarily.