We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
问题分析: 在某次debugger调试过程中,我将main映射的文件,也就是dist/vue.runtime.common.js这个文件。增加了一些debugger语句,但实际上打印出来的文件并不携带。
我一开始以为是某个loader处理掉了debugger语句,但实际上不是。
The text was updated successfully, but these errors were encountered:
SunshowerC/blog#8 (comment)
Sorry, something went wrong.
👆上面的链接解释的很清楚,模块package.json文件中的入口文件优先级是不同。module字段会优先于main字段。
No branches or pull requests
问题分析:
在某次debugger调试过程中,我将main映射的文件,也就是dist/vue.runtime.common.js这个文件。增加了一些debugger语句,但实际上打印出来的文件并不携带。
我一开始以为是某个loader处理掉了debugger语句,但实际上不是。
The text was updated successfully, but these errors were encountered: