ERROR in ./~/css-loader?{}!./~/semantic-ui-less-module-loader?{"sourceMap":true,"themeConfigPath":"/Users/username/project/src/assets/less/theme.config","themesFolder":"/Users/username/project/~/semantic-ui-less/themes"}!./~/semantic-ui-less/semantic.less
Module not found: Error: Can't resolve './themes/themes/default/assets/fonts/icons.eot' in '/Users/username/project/node_modules/semantic-ui-less'
@ ./~/css-loader?{}!./~/semantic-ui-less-module-loader?{"sourceMap":true,"themeConfigPath":"/Users/username/project/src/assets/less/theme.config","themesFolder":"/Users/username/project/~/semantic-ui-less/themes"}!./~/semantic-ui-less/semantic.less
As you can see, the resolved font path of ./themes/themes/default/assets/fonts/icons.eot is incorrect, it is being prefixed with an additional 'themes'. Here is my webpack module configuration:
I'm currently receiving the following error:
As you can see, the resolved font path of
./themes/themes/default/assets/fonts/icons.eot
is incorrect, it is being prefixed with an additional'themes'
. Here is my webpack module configuration:My
theme.config
is currently default.Please advise.