mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
Exclude tower.vendor.js from BrowserSync polling, remove chunk stats plugin, update ui deps
This commit is contained in:
@@ -5,7 +5,10 @@ module.exports = {
|
||||
http: {
|
||||
bsFiles: {
|
||||
src: [
|
||||
'static/**/*'
|
||||
'static/**/*',
|
||||
'!static/tower.vendor.js',
|
||||
'!static/tower.vendor.map.js',
|
||||
'!static/tower.js.map'
|
||||
]
|
||||
},
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user