mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
use in-line sourcemaps for javascripts (#4453)
This commit is contained in:
@@ -12,7 +12,6 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
open: 'external',
|
|
||||||
proxy: {
|
proxy: {
|
||||||
target: `https://${django_host}:${django_port}`,
|
target: `https://${django_host}:${django_port}`,
|
||||||
ws: true
|
ws: true
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ var dev = {
|
|||||||
'select2': path.resolve() + '/node_modules/select2/dist/js/select2.full.js'
|
'select2': path.resolve() + '/node_modules/select2/dist/js/select2.full.js'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
devtool: 'sourcemap',
|
devtool: 'inline-source-map',
|
||||||
watch: true,
|
watch: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user