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 8654761 commit 8416776Copy full SHA for 8416776
docs/installation/webpack-configuration.md
@@ -39,6 +39,7 @@ So your webpack-config should look like
39
var nodeExternals = require('webpack-node-externals');
40
41
module.exports = {
42
+ mode: 'development',
43
output: {
44
// use absolute paths in sourcemaps (important for debugging via IDE)
45
devtoolModuleFilenameTemplate: '[absolute-resource-path]',
0 commit comments