Closed mahbubme closed 10 months ago
I have been successfully using @use
in my SCSS
files with this plugin for a couple of months.
However, on the way I did note #136 where using @
in the paths was causing an error.
Perhaps use a different path prefix? #136 has a good description and response to this problem.
I am just revisiting the issue as I have changed my path structure and need to rewrite my importmapper.
thank you for giving those pointers @anitagraham I'll only add that we use ~ in front of mamespaced packaged to avoid headaches! I hope this helps
TBH I am new in esbuild area and tried to move my current webpack configuration to esbuild. Here is my esbuild configuration file.
So when running
npm run build
I am getting the following errors pointing that unable to find the stylesheet to import.Any ideas how can I fix the issue?