Where is the program loaded at the front end of webpack if it is not exported?

my friend asked me to do an automatic buying and selling program, and then I wanted to grab the post package of a website and found that it was encrypted, so after analysis, the vue, packaged by webpack can see all the programs when it does the breakpoint, or you can run the current scope program directly on the console, but you can"t see any examples of VUE under the window scope, only the $of juerqy. I wonder, how does the front end of this webpack package refer to vue if it is not hung on window? If it is not exposed, is it not possible to operate the vue in the console? Is there any way to expose this VUE? manually? Only juerqy. can be seen. Please give me some advice

clipboard.png

clipboard.png

clipboard.png


the default new Vue () method is

that does not expose global variables.
Menu