Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Athlon1600 committed May 11, 2023
1 parent 4f60e62 commit d79a80b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ if (isProd) {
routes: ['/']
});

webpackConfig.plugins.push(prerender);
// requires extra dependencies
// error while loading shared libraries: libX11-xcb.so.1: cannot open shared object file: No such file or directory
// webpackConfig.plugins.push(prerender);
}

module.exports = webpackConfig;

0 comments on commit d79a80b

Please sign in to comment.