1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Issue #148: Enable cross origin requests for scripts

This commit is contained in:
Vadym Myrgorod 2020-04-14 01:43:02 -04:00 committed by GitHub
parent b6f93ac5c4
commit d1ac21ad7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:browser",
"options": { "options": {
"crossOrigin": "anonymous",
"outputPath": "dist", "outputPath": "dist",
"index": "src/frontend/index.html", "index": "src/frontend/index.html",
"main": "src/frontend/main.ts", "main": "src/frontend/main.ts",