Skip to content

Commit

Permalink
fix: Disable SSR JS minification for better stack trace positions
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Dec 18, 2022
1 parent e57e620 commit 532c079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/src/lib/webpack/webpack-server-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ function serverConfig(env) {
async: resolve(__dirname, './dummy-loader'),
},
},
optimization: {
minimize: false,
},
};
}

Expand Down

0 comments on commit 532c079

Please sign in to comment.