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'
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'