forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
Add serve.json for URL rewrites; update angular.json for formatting and structure
This commit is contained in:
27
angular.json
27
angular.json
@@ -29,11 +29,27 @@
|
||||
"glob": "**/*.svg",
|
||||
"input": "node_modules/ionicons/dist/ionicons/svg",
|
||||
"output": "./svg"
|
||||
},
|
||||
{
|
||||
"glob": "serve.json",
|
||||
"input": "src",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "serve.json",
|
||||
"input": "src",
|
||||
"output": "/"
|
||||
}
|
||||
],
|
||||
"styles": ["src/global.scss", "src/theme/variables.scss"],
|
||||
"styles": [
|
||||
"src/global.scss",
|
||||
"src/theme/variables.scss"
|
||||
],
|
||||
"scripts": [],
|
||||
"allowedCommonJsDependencies": ["sdp", "webrtc-adapter"]
|
||||
"allowedCommonJsDependencies": [
|
||||
"sdp",
|
||||
"webrtc-adapter"
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -112,7 +128,10 @@
|
||||
"output": "./svg"
|
||||
}
|
||||
],
|
||||
"styles": ["src/global.scss", "src/theme/variables.scss"],
|
||||
"styles": [
|
||||
"src/global.scss",
|
||||
"src/theme/variables.scss"
|
||||
],
|
||||
"scripts": []
|
||||
},
|
||||
"configurations": {
|
||||
@@ -148,4 +167,4 @@
|
||||
"styleext": "scss"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user