-
-
Notifications
You must be signed in to change notification settings - Fork 621
Closed
rollup/rollup
#4867Description
- Rollup Plugin Name: @rollup/plugin-node-resolve
- Rollup Plugin Version: 13.1.3
- Rollup Version: 2.70.1
- Operating System (or Browser): macOS
- Node Version: 16
- Link to reproduction (
⚠️ read below): https://stackblitz.com/edit/node-lr98tg
Expected Behavior
As lib/common.js are listed in the sideEffects field, these lines should not be removed:
Actual Behavior
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: vitejs/vite#7635
Reactions are currently unavailable