Skip to content

Commit

Permalink
Add commented out section to webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jun 26, 2023
1 parent c2488de commit 881e0e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default {
"Cross-Origin-Embedder-Policy": "require-corp",
"Cross-Origin-Opener-Policy": "same-origin",
},
// Disable webSocketServer to enable bfcache testing:
// webSocketServer: false,
},
plugins: [
new HtmlWebpackPlugin({
Expand All @@ -28,4 +30,8 @@ export default {
patterns: [{ from: "static", to: "static" }],
}),
],
performance: {
maxAssetSize: 10000000,
maxEntrypointSize: 10000000,
},
};

0 comments on commit 881e0e8

Please sign in to comment.