Open
Description
Version
3.4.1
Reproduction link
https://github.com/SilencerWeb/gsap-training
Environment info
System:
OS: macOS 10.14.2
CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz
Binaries:
Node: 11.7.0 - /usr/local/bin/node
Yarn: 1.13.0 - /usr/local/bin/yarn
npm: 6.8.0 - /usr/local/bin/npm
Browsers:
Chrome: 72.0.3626.119
Firefox: Not Found
Safari: 12.0.2
npmPackages:
@ant-design/icons-vue: 1.0.1
@vue/babel-helper-vue-jsx-merge-props: 1.0.0-beta.2
@vue/babel-plugin-transform-vue-jsx: 1.0.0-beta.2
@vue/babel-preset-app: 3.4.1
@vue/babel-preset-jsx: 1.0.0-beta.2
@vue/babel-sugar-functional-vue: 1.0.0-beta.2
@vue/babel-sugar-inject-h: 1.0.0-beta.2
@vue/babel-sugar-v-model: 1.0.0-beta.2
@vue/babel-sugar-v-on: 1.0.0-beta.2
@vue/cli-overlay: 3.4.1
@vue/cli-plugin-babel: ^3.4.0 => 3.4.1
@vue/cli-plugin-eslint: ^3.4.0 => 3.4.1
@vue/cli-service: ^3.4.0 => 3.4.1
@vue/cli-shared-utils: 3.4.1
@vue/component-compiler-utils: 2.6.0
@vue/preload-webpack-plugin: 1.1.0
@vue/web-component-wrapper: 1.2.0
ant-design-vue: ^1.3.5 => 1.3.5
babel-helper-vue-jsx-merge-props: 2.0.3
eslint-plugin-vue: ^5.0.0 => 5.2.2
vue: ^2.6.6 => 2.6.7
vue-eslint-parser: 5.0.0
vue-hot-reload-api: 2.3.3
vue-loader: ^15.6.4 => 15.6.4
vue-ref: 1.0.4
vue-style-loader: 4.1.2
vue-template-compiler: ^2.5.21 => 2.6.7
vue-template-es2015-compiler: 1.9.1
npmGlobalPackages:
@vue/cli: Not Found
Steps to reproduce
Just clone it, install dependencies, run it, open Brave and try to change any file.
What is expected?
Page auto-refreshing is expected after a file change
What is actually happening?
No page auto-refreshing. It works ok in Chrome.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
LinusBorg commentedon Feb 24, 2019
In case you are referring to hot Module Reloading, it works fine for me on Brave (Mac) with your repository (once I fixed the missing module error).
SilencerWeb commentedon Feb 25, 2019
@LinusBorg what module error?
LinusBorg commentedon Feb 25, 2019
The one from the missing HelloWorld component. You just fixed it an hour ago with this commit: SilencerWeb/gsap-training@1e3fc83
Before that commit, App.vue was trying to import HelloWorld.vue, but that file didn't exist.
SilencerWeb commentedon Feb 26, 2019
@LinusBorg it still doesn't work :(
It doesn't work in another project too. Any clues why it could be like that?
LinusBorg commentedon Feb 26, 2019
Hard to say, as I can't reproduce it.
SilencerWeb commentedon Mar 5, 2019
@LinusBorg Same thing in Safari. Even more, if you reload the page, no changes will arrive. Same thing on iOS in any browser.