Skip to content

Duplicated generated override style #637

Closed
@ulivz

Description

@ulivz

Bug report

Version

  • v0.10.2

Steps to reproduce

  1. Create a override.styl, type:
#override {
  font-size: 100px;
}
  1. Disable optimize-css-assets-webpack-plugin.

  2. Check out the extracted CSS output:

image

override.styl will be duplicated at the front of each component's style chunk

What is expected?

override.styl SHOULD be generated only once and SHOULD be mounted at the end of the style bundle.

What is actually happening?

override.styl was generated many times

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions