You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I was running them using : node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --prod --app=prod --output-path dist/fr --locale fr --bh /fr/ --i18n-format xtb --i18n-file src/locale/fr.xtb
The text was updated successfully, but these errors were encountered:
Versions
Observed behavior
my option in old angular-cli.json file on assets[]
"allowOutsideOutDir":true
not workingIn old file I had two apps with different assets configuration and for ng serve I select appA and for ng build I select appB
this is my new angular.json I tried to add two different assets configuration in in my projects.iii.architect{} build and serve:
https://gist.github.com/istiti/5ce4aa0ac45d0be06c79f417b59a6281
I get:

What is problem ? thanks
ps: my old config https://gist.github.com/istiti/d702f613bd4ec4cb71f5ea131cbd579a
and I was running them using :
node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --prod --app=prod --output-path dist/fr --locale fr --bh /fr/ --i18n-format xtb --i18n-file src/locale/fr.xtb
The text was updated successfully, but these errors were encountered: