mint icon indicating copy to clipboard operation
mint copied to clipboard

Dependency external CSS is not being bundled correctly

Open farism opened this issue 2 years ago • 0 comments

Screenshot 2023-09-02 at 3 40 23 AM

Given this scenario I would expect the resulting external css to be

body { 
  margin: 5px;
}

.package-a {
  padding: 10px;
}

But instead I am seeing

Screenshot 2023-09-02 at 3 40 13 AM

It looks like it duplicated the application external css instead of concatenating the application + package external css.

farism avatar Sep 04 '23 00:09 farism