Configuration with aurelia.json
Key Sections
build
{
"build": {
"targets": [
{
"id": "web",
"displayName": "Web",
"output": "scripts",
"index": "index.html",
"baseDir": ".",
"minify": "stage & prod",
"sourcemap": "dev & stage"
}
]
}
}platform
transpiler
paths
bundles
Common Customizations
Changing the Dev Server Port
Adding External Dependencies
Last updated
Was this helpful?