mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
use in-line sourcemaps for javascripts (#4453)
This commit is contained in:
parent
8c94d4d40d
commit
666975bbc5
@ -12,7 +12,6 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
options: {
|
||||
open: 'external',
|
||||
proxy: {
|
||||
target: `https://${django_host}:${django_port}`,
|
||||
ws: true
|
||||
|
||||
@ -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,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user