-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
关于npm run dev的一些问题 #220
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
Comments
跟编辑大小没关系,先确认你改动的文件是否命中 hot reload。读一下 /build 目录下几个 webpack 配置文件。 |
This is probably due to your editor. Closing this for inactivity. |
This was referenced Sep 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在使用2.0的 vue-cli中发现了一个事情。
如果 编辑变动比较小,webpack是不触发编译动作的。
而且,在某些情况下,webpack还会对文件进行缓存。
因为这些造成了实时编译完全没有根据自身意图进行操作。
这些情况有待观察!
The text was updated successfully, but these errors were encountered: