Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Fix the bug "failing to update when using browserify" #128

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fix the bug "failing to update when using browserify" #128

wants to merge 6 commits into from

Conversation

fzhantw
Copy link

@fzhantw fzhantw commented Sep 21, 2016

I encounter this problem when using browserify

[HMR] Error applying update TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'. see here

I found that it relates to __vueify_style__.

so I add a type-check before disposing

Darius Tall and others added 6 commits June 24, 2016 10:25
* Add the ability to specify other postcss options

* Fixed usage of postcss
* babel is only one option.

still default if installed.

* Another remark.
My app failed to update when using browserify-hmr.
I add this type-check then it works.
My app failed to update when using browserify-hmr.
I add this type-check then it works.
@KeithScheiwiller
Copy link

Is this something that can still be merged in?
Otherwise #27 seems to still be an issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants