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?