I am trying to use the re-write import plugin to solve some issues with the semantic-ui less files and themes.
See here:
http://neekey.net/2016/12/09/integrate-react-webpack-with-semantic-ui-and-theming/
https://www.artembutusov.com/webpack-semantic-ui/
My webpack build fails with the following message: `Can't resolve '../../theme.config'
In the repo below I am trying to replace the other.less import with one to foo.less. As you will see the foo.less file is not imported correctly.
Minimal Example Repo:
https://github.com/MarkJPerry/less-loader-plugin-bug
Any assistance greatly appreciated.
I am trying to use the re-write import plugin to solve some issues with the semantic-ui less files and themes.
See here:
http://neekey.net/2016/12/09/integrate-react-webpack-with-semantic-ui-and-theming/
https://www.artembutusov.com/webpack-semantic-ui/
My webpack build fails with the following message: `Can't resolve '../../theme.config'
In the repo below I am trying to replace the
other.lessimport with one tofoo.less. As you will see thefoo.lessfile is not imported correctly.Minimal Example Repo:
https://github.com/MarkJPerry/less-loader-plugin-bug
Any assistance greatly appreciated.