Skip to content

Commit 910c3d6

Browse files
Update packages/cloudflare/src/cli/build/patches/to-investigate/wrangler-deps.ts
Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent 91625b2 commit 910c3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/to-investigate/wrangler-deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ try {
155155
ReactDOMServer = require('react-dom/server.browser');
156156
}
157157
${parameterName}.exports = ReactDOMServer;
158-
`);
158+
`);
159159
});
160160

161161
const updatedCode = file.print();

0 commit comments

Comments
 (0)