esbuild-style-plugin
esbuild-style-plugin copied to clipboard
Inline comments in `less` file are removed incorrectly
- Expected:
- Inline comments like /* test comments */ will be kept as default
- Actual:
- They are removed.
- Test cases:
- It can be reproduces in any test cases. Just add comments in less file.