esbuild-plugin-sass
esbuild-plugin-sass copied to clipboard
Ignore absolute paths
-
Currently any path for externals which are relative to the current domain root get picked up as local relative paths and leave OS folders in the output path
-
This fixes that and ignores paths that start with
/
Please, make sure you did all these steps when submitting PR:
- [x] Update CHANGELOG.md, if needed
- [x] Update README.md, if needed
- [x] Update tests, if current tests do not cover your case