mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 10:52:11 +00:00
fix: incorrect scripts in dev mode
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
parent
289ea6c5bf
commit
d5aaf86146
@ -39,7 +39,7 @@ export const config = (options?: Options): typeof defaultConfig & NextConfig =>
|
|||||||
if (!hosts.script) {
|
if (!hosts.script) {
|
||||||
hosts.script = []
|
hosts.script = []
|
||||||
}
|
}
|
||||||
hosts.script.push('unsafe-eval')
|
hosts.script.push('\'unsafe-eval\'')
|
||||||
}
|
}
|
||||||
|
|
||||||
let hostlist: Array<string> = []
|
let hostlist: Array<string> = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user