Skip to content

Commit 8416776

Browse files
authored
Didn't work breakpoint in phpstorm. (#89)
I specified "development" to mode, then It resolved.
1 parent 8654761 commit 8416776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/installation/webpack-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ So your webpack-config should look like
3939
var nodeExternals = require('webpack-node-externals');
4040

4141
module.exports = {
42+
mode: 'development',
4243
output: {
4344
// use absolute paths in sourcemaps (important for debugging via IDE)
4445
devtoolModuleFilenameTemplate: '[absolute-resource-path]',

0 commit comments

Comments
 (0)