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 6919f4c commit 85ed751Copy full SHA for 85ed751
addon/webpack.config.js
@@ -26,5 +26,5 @@ module.exports = {
26
27
// This will expose source map files so that errors will point to your
28
// original source files instead of the transpiled files.
29
- devtool: 'sourcemap',
+ devtool: 'source-map',
30
};
0 commit comments