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
After setup taiga-ui, production build failed. Development configuration works without errors.
β Browser application bundle generation complete.
β Copying assets complete.
Γ Index html generation failed.
undefined:1:111: property missing ':'
Reproduction
ng new test-app --defaults
cd test-app
# All prompts selected NO (except "Would you like to proceed")
# Without additional packages
ng add taiga-ui
ng build --configuration production
π Bug report
Description
After setup taiga-ui, production build failed. Development configuration works without errors.
Reproduction
Expected behavior
β Index html generation complete.
Versions
Additional context
After comment
@import 'theme/fonts.css';
line innode_modules/@taiga-ui/core/styles/taiga-ui-theme.less
build fixed.The text was updated successfully, but these errors were encountered: