1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Add vscode debug support

This commit is contained in:
JianXu
2018-11-05 00:39:27 +08:00
parent d0c5592855
commit 07aa775de1
4 changed files with 78 additions and 2 deletions

View File

@@ -28,7 +28,14 @@ var config = Object.assign({}, skeleton, {
publicPath: 'http://localhost:8080/assets/'
},
debug: true,
devtool: 'cheap-module-eval-source-map'
devtool: 'cheap-module-eval-source-map',
devServer: {
port: 8080,
hot: true,
inline: true,
quiet: true,
publicPath: 'http://localhost:8080/assets/'
}
})
module.exports = config