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.
1 parent d5d04af commit b8d699cCopy full SHA for b8d699c
webpack.examples.cfg.js
@@ -29,7 +29,7 @@ var config = {
29
},
30
debug: false,
31
cache: true,
32
- devtool: 'inline-source-map',
+ devtool: 'source-map',
33
module: {
34
loaders: [
35
{test: /\.html$/, loader: 'html-loader', include: [examplesPath], exclude: /base\.html$/},
0 commit comments