You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extracted "*.map.css" file doesn't contain hierarchy of folders for the "sources".
At current moment, this library internally uses "rollup-plugin-postcss" as a dependency. And therefore it inherits the following issue related to extracted source maps: egoist/rollup-plugin-postcss#441
I wonder, is it possible to apply some workaround to fix this issue somehow?
Actual result: {"version":3,"sources":["test.scss"]...
Expected result: {"version":3,"sources":["../src/nestedFolder1/nestedFolder2/test.scss"]...
The text was updated successfully, but these errors were encountered:
I’m passing on most options to https://github.com/egoist/rollup-plugin-postcss, so I think you should post this feature request there. I’m going to close this, but if you have a good reason why it’s supposed to be implemented here instead, I’ll happily reopen!
Extracted "*.map.css" file doesn't contain hierarchy of folders for the "sources".
At current moment, this library internally uses "rollup-plugin-postcss" as a dependency. And therefore it inherits the following issue related to extracted source maps: egoist/rollup-plugin-postcss#441
I wonder, is it possible to apply some workaround to fix this issue somehow?
Actual result:
{"version":3,"sources":["test.scss"]...
Expected result:
{"version":3,"sources":["../src/nestedFolder1/nestedFolder2/test.scss"]...
The text was updated successfully, but these errors were encountered: