This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
change imported stylesheet not trigger recompiling #286
Open
Description
Version
5.0.0
Steps to reproduce
- create a component with <style lang="scss">
- import another stylesheet via
@import './another-stylesheet';
- run rollup with minimal config and watch mode
- change the styles in
another-stylesheet
What is expected?
recompile the style
What is actually happening?
do nothing
change the styles in style block can trigger recompiling but didn't work for its dependencies(stylesheet imported in style block)