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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user