migrates to webpack 4 to enforce security (#818)

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
Denis Barbaron
2024-12-04 17:01:23 +01:00
committed by GitHub
parent 872b0bcbd8
commit 3f76eea17f
9 changed files with 92 additions and 86 deletions

View File

@@ -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')