-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack alias resolve #60
Comments
Was already asked #46 |
I'm not sure if it is really hard to implement, becuase if you have access to loaderContext, then you can just try to resolve it with For anyone, who will look into that issue, here is an example how to solve it with
|
This is postcss plugin. It does not know anything about webpack. |
maybe there is something in postcss plugin api for resolving? |
I am using postcss with webpack, and i want to use webpack resolver for paths like
~@Images/svg/icon.svg
but i guess that plugin doesnt use webpack resolver, or am i wrong?
maybe there is a postcss plugin, which resolves path using webpack resolver, so i could preprocess path?
The text was updated successfully, but these errors were encountered: