Skip to content

Unable to resolve 'css-base' when using 'css-loader' package #3

@JerJohn15

Description

@JerJohn15

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.

css loader error

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

  • Fix "Module not found"for css-base.js
  • Fix Link component error (from React-router) that defines a css class inside of the activeStyle component
  • Fix bug so that css styles are correct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions