Skip to content

Module resolver #48

@Danetag

Description

@Danetag

Hello!

I've been trying to use babel-plugin-transform-postcss but I keep having ENOENT due to the path used in the project. I didn't want to end up with ../../grid.css so I added in my webpack configuration my src folder in the resolve module array.

resolve: {
    modules: [
      'node_modules',
      'src'
    ],
    ...
    }
  },

How can I do the same here?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions