esbuild-plugin-sass icon indicating copy to clipboard operation
esbuild-plugin-sass copied to clipboard

Ignore absolute paths

Open campbellwmorgan opened this issue 3 years ago • 0 comments

  • 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

campbellwmorgan avatar Apr 21 '22 16:04 campbellwmorgan