bug: extTransformsPlugin
is outputting collections css files
#3305
Labels
Resolution: Refine
This PR is marked for Jira refinement. We're not working on it - we're talking it through.
Prerequisites
Stencil Version
v2.14.2 😃
Current Behavior
When building a
dist
output with a collection dependency, the dependencies css files will be outputted as part of the collection output, however, they appear further up the file tree due to their relative file paths. These css files aren't needed needed for the collection.Expected Behavior
The css files aren't outputted.
Steps to Reproduce
Clone https://github.com/George-Payne/extTransformsPlugin-bug-reproduction
yarn is being used for workspaces, npm wont work
yarn
yarn build
Observe:
Code Reproduction URL
https://github.com/George-Payne/extTransformsPlugin-bug-reproduction
Additional Information
No response
The text was updated successfully, but these errors were encountered: