how do I change the direction of a WEBPACK package?
A project of mine introduces a package, and then the plug-in for this project (pointed to through GITLAB) also depends on that package
then causes the package to be packaged twice
I remember reading an article that can force all packaging files to point to the same package to avoid repeated packaging
how to configure it, it"s VUE-CLI3 scaffolding