-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Rollup Version
2.70.1
Operating System (or Browser)
macOS
Node Version (if applicable)
16
Link To Reproduction
https://stackblitz.com/edit/node-lr98tg
Expected Behaviour
As lib/common.js are listed in the sideEffects field, these lines should not be removed:
Actual Behaviour
They are removed incorrectly
Additional Information
Reproduce steps
- Open the reproduction link above
- run
npm run build - Check if the JS output has these
highlight.jslanguages code bundled in
Related issues:
vitejs/vite#7635
rollup/plugins#1159
Reactions are currently unavailable