Last active
June 12, 2020 17:04
-
-
Save alejandrocoding/fea62258953c448c1f9b734b725f5f76 to your computer and use it in GitHub Desktop.
Angular json file with the manifest.json added in the assets array of the build-options configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
... | |
"projects": { | |
"chrome-extension-template": { | |
... | |
"architect": { | |
"build": { | |
"builder": "@angular-devkit/build-angular:browser", | |
"options": { | |
... | |
"assets": [ | |
"src/favicon.ico", | |
"src/assets", | |
"src/manifest.json" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment