-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Type: BugSomething isn't working as expected.Something isn't working as expected.
Description
🐞 Bug Report
Describe the bug
@preserve @endpreserve does not work properly in js.
// @preserve
// something
// @endpreserve
will result in
// @preserve
*
Is this a regression?
I don't know.
To Reproduce
enter below in js code
// @preserve
// something
// @endpreserve
- save to auto minify
Expected behaviour
it should show
// something
instead of
// @preserve
Media prove
Your environment
- OS: Windows 10
- Node version: N/A
- Npm version: N/A
- Browser name and version:
Additional context
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't working as expected.Something isn't working as expected.