diff --git a/config/webpack/serverWebpackConfig.js b/config/webpack/serverWebpackConfig.js index ac8bf66..6c8c6a0 100644 --- a/config/webpack/serverWebpackConfig.js +++ b/config/webpack/serverWebpackConfig.js @@ -100,10 +100,6 @@ const configureServer = () => { } }); - // TODO: DELETE NEXT 2 LINES - // Critical due to https://github.com/rails/webpacker/pull/2644 - // delete serverWebpackConfig.devServer - // eval works well for the SSR bundle because it's the fastest and shows // lines in the server bundle which is good for debugging SSR // The default of cheap-module-source-map is slow and provides poor info.