Skip to content

Commit e30727a

Browse files
committed
Add detail mode support for vscode debug
1 parent 07aa775 commit e30727a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var config = Object.assign({}, skeleton, {
3333
port: 8080,
3434
hot: true,
3535
inline: true,
36-
quiet: true,
36+
quiet: false,
3737
publicPath: 'http://localhost:8080/assets/'
3838
}
3939
})

0 commit comments

Comments
 (0)