2 comments (2 comments)8 reactions (8 reactions)0 assignees (0 assignees)TypeScript145 forks (145 forks)github user discovery
Priority: HighStatus: AvailableType: Maintenancehelp wanted
Repository metrics
- Stars
- 842 stars (842 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Version
5.0.0
Reproduction link
https://github.com/arantes555/rollup-plugin-vue-deep-bug
Steps to reproduce
npm install
npm run build
What is expected?
Template compiles
What is actually happening?
Build error
If you roll-back to rollup-plugin-vue@4.7.2, the template compiles correctly.
Contributor guide
- Research direction
- Investigate how the plugin compiles SCSS, specifically the handling of the /deep/ combinator. Check the SCSS compiler configuration or any processing of Vue SFC style blocks. Look for changes between versions that broke this.
- Tech stack
- vuetypescriptjavascript
- Domain
- build systemfrontend
- Issue type
- Bug
- Prerequisites
- VueSCSSGit