Closed m-s- closed 2 years ago
This is breaking bundle generation. In the root .dev-tasks.json file, isWebAppCompilable should be true. Can be done after scaffolding but the standard is to generate bundles.
.dev-tasks.json
isWebAppCompilable
true
Closed by #154
This is breaking bundle generation. In the root
.dev-tasks.json
file,isWebAppCompilable
should betrue
. Can be done after scaffolding but the standard is to generate bundles.