Sourcemap @include paths not updated #782
Replies: 1 comment
-
Turns out it is the file path that is causing the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you use the
--sourcemap
argument in the CLI to generate the CSS builds with sourcemaps, when the CSS uses@include
, it does not update the path and therefore will not work.In the code below, the builds are stored in the dist directory, while the CSS source code is stored in the src directory.
This is my simple code to reproduce this...
bundle.css
demo.html
package.json
src/stylesheet.css
dist/my-package.css output
What I expected from the dist/my-package.css output
Am I doing something wrong? Is this an issue? I did open up an issue a few months back describing this but did not get much for feedback and for a response...
#733
Beta Was this translation helpful? Give feedback.
All reactions