Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support CopyWebpackPlugin #84

Open
jkowalleck opened this issue Jun 25, 2022 · 1 comment · May be fixed by #83
Open

support CopyWebpackPlugin #84

jkowalleck opened this issue Jun 25, 2022 · 1 comment · May be fixed by #83
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jkowalleck
Copy link
Member

jkowalleck commented Jun 25, 2022

when using CopyWebpackPlugin to copy files from other package,
then these other packages are not listed as dependencies, in the current implementations.

expected outcome

  • option A: have the packages that were source of CopyWebpackPlugin added as dependencies and components
  • option B: have the files added dependencies and components - component type "File"

risks

  • false positive, if the copied file does not belong to any package.
@jkowalleck jkowalleck added the enhancement New feature or request label Jun 25, 2022
@jkowalleck jkowalleck linked a pull request Jun 25, 2022 that will close this issue
@jkowalleck
Copy link
Member Author

did some research,

looks like there is a compilation.fileDependencies that holds foreign fles ...
see https://github.com/webpack-contrib/copy-webpack-plugin/blob/a6751363271e24980cc8c4d27a7bc3b5d46800c6/src/index.js#L257

@jkowalleck jkowalleck pinned this issue Jun 25, 2022
@jkowalleck jkowalleck added the help wanted Extra attention is needed label Oct 28, 2022
@jkowalleck jkowalleck unpinned this issue Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant