mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
use in-line sourcemaps for javascripts (#4453)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user