mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
migrates to webpack 4 to enforce security (#818)
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
//
|
||||
Copyright © 2024 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
||||
//
|
||||
|
||||
doctype html
|
||||
html(ng-app='app')
|
||||
head
|
||||
@@ -7,5 +11,4 @@ html(ng-app='app')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui')
|
||||
body(ng-cloak)
|
||||
div(ng-view)
|
||||
script(src='static/app/build/entry/commons.entry.js')
|
||||
script(src='static/app/build/entry/authmock.entry.js')
|
||||
|
||||
Reference in New Issue
Block a user