diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 8d54933..52165bb 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -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;