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
Creating an optimized production build...
Failed to compile.
./node_modules/semantic-ui-less/semantic.less
ModuleNotFoundError: Module not found: Error: Can't resolve './definitions/elements/themes/default/assets/fonts/icons.eot' in '[project path]/node_modules/semantic-ui-less'
Expected Result
Project with a custom theme should be build by cra and produce assets
Actual Result
ModuleNotFoundError: Module not found: Error: Can't resolve './definitions/elements/themes/default/assets/fonts/icons.eot' in '[project path]/node_modules/semantic-ui-less'
The text was updated successfully, but these errors were encountered:
Theming
versions
I follow up a theming guide .
I have a next tree structure
theme file
Steps
dev mode works as expected
Give an error
Expected Result
Project with a custom theme should be build by cra and produce assets
Actual Result
ModuleNotFoundError: Module not found: Error: Can't resolve './definitions/elements/themes/default/assets/fonts/icons.eot' in '[project path]/node_modules/semantic-ui-less'
The text was updated successfully, but these errors were encountered: