I'm trying to replace all inline css files inside a single css file, in order to remove repetitive code. I've downloaded extract-text-webpack-plugin and the required dependencies, configured my environment as described in this and also here, but when I try to compile and run my project, it returns:
Actual Result:
"Module Not Found within the "css-base.js" file inside the "css-loader" node js plugin.

The "css-base" file does exists, when performing a search inside the css-loader package within the "node modules" folder, so the problem must be an issue with discovering it, probably within the webpack.config file.
See related issue
To Do
I'm trying to replace all inline css files inside a single css file, in order to remove repetitive code. I've downloaded extract-text-webpack-plugin and the required dependencies, configured my environment as described in this and also here, but when I try to compile and run my project, it returns:
Actual Result:
"Module Not Found within the "css-base.js" file inside the "css-loader" node js plugin.
The "css-base" file does exists, when performing a search inside the css-loader package within the "node modules" folder, so the problem must be an issue with discovering it, probably within the webpack.config file.
See related issue
To Do