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

use cheap-module-eval-source-map on developing

This commit is contained in:
Dick Choi
2016-09-08 16:32:17 +09:00
parent fba972c98e
commit 34ae3cd704

View File

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