Fixes dev issue caused by sandboxed iframe.

This commit is contained in:
Henning Dieterichs 2023-02-28 15:15:54 +01:00 committed by Henning Dieterichs
parent 6c56744c34
commit a1a90c30fd

View file

@ -37,6 +37,7 @@ module.exports = {
"Access-Control-Allow-Headers": "Access-Control-Allow-Headers":
"X-Requested-With, content-type, Authorization", "X-Requested-With, content-type, Authorization",
}, },
allowedHosts: "all",
watchFiles: [], watchFiles: [],
}, },
module: { module: {