use in-line sourcemaps for javascripts (#4453)

This commit is contained in:
Leigh Johnson 2016-12-15 14:27:19 -05:00 committed by GitHub
parent 8c94d4d40d
commit 666975bbc5
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ module.exports = {
]
},
options: {
open: 'external',
proxy: {
target: `https://${django_host}:${django_port}`,
ws: true

View File

@ -100,7 +100,7 @@ var dev = {
'select2': path.resolve() + '/node_modules/select2/dist/js/select2.full.js'
}
},
devtool: 'sourcemap',
devtool: 'inline-source-map',
watch: true,
};