Skip to content

Commit

Permalink
chore(docs): Update debugging-html-builds (#29686)
Browse files Browse the repository at this point in the history
We're rolling out SSR for the develop server so people will need to adjust custom/plugin code
  • Loading branch information
KyleAMathews authored Feb 23, 2021
1 parent 823140f commit 37a78f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/debugging-html-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ rendering.

```js:title=gatsby-node.js
exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => {
if (stage === "build-html") {
if (stage === "build-html" || stage === "develop-html") {
actions.setWebpackConfig({
module: {
rules: [
Expand Down

0 comments on commit 37a78f2

Please sign in to comment.