Skip to content

Commit

Permalink
Removed two unused lines in serverWebpackConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy authored May 20, 2022
1 parent d2b17c3 commit 0f4c9af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/webpack/serverWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f4c9af

Please sign in to comment.