Skip to content
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
@yfxie

Description

@yfxie

Version

5.0.0

Steps to reproduce

  1. create a component with <style lang="scss">
  2. import another stylesheet via @import './another-stylesheet';
  3. run rollup with minimal config and watch mode
  4. 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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions