We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eval
inline
1 parent 30db7f5 commit 66c4182Copy full SHA for 66c4182
webpack.config.js
@@ -48,7 +48,8 @@ module.exports = {
48
//
49
// See: http://webpack.github.io/docs/configuration.html#devtool
50
// See: https://github.com/webpack/docs/wiki/build-performance#sourcemaps
51
- devtool: 'cheap-module-eval-source-map',
+ // Note: Changed from 'eval' to 'inline' for Visual Studio Code Debugger
52
+ devtool: 'cheap-module-inline-source-map',
53
54
// Cache generated modules and chunks to improve performance for multiple incremental builds.
55
// This is enabled by default in watch mode.
0 commit comments