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

Commits on Jun 24, 2016

  1. Add the ability to specify other postcss options (#99)

    * Add the ability to specify other postcss options
    
    * Fixed usage of postcss
    Darius Tall authored and yyx990803 committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    2f63b25 View commit details
    Browse the repository at this point in the history
  2. 8.6.0

    yyx990803 committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    184b906 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. babel is only one option. (#105)

    * babel is only one option.
    
    still default if installed.
    
    * Another remark.
    zigomir authored and yyx990803 committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    f38f00f View commit details
    Browse the repository at this point in the history
  2. 8.7.0

    yyx990803 committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    6d08c98 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Check type of __vueify_style__ before disposing

    My app failed to update when using browserify-hmr.
    I add this type-check then it works.
    fzhan committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    b160026 View commit details
    Browse the repository at this point in the history
  2. Check type of __vueify_style__ before disposing

    My app failed to update when using browserify-hmr.
    I add this type-check then it works.
    fzhan committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    f1d390e View commit details
    Browse the repository at this point in the history