You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
fix(Vue): apply style changes with HMR (#763) (#777)
* fix(Vue): apply style changes with HMR
The `bundle-config-loader` executes for `entryPath` with all extensions: `css`, `js`, `ts`, `scss`, etc. Limit only to `js` and `ts`.
Fixes#762.
* Revert "fix(Vue): resolve full path for entry module (#744)"
This reverts commit 4d31ea0.
It causes #762.
* fix(Vue): entry module path
Fixes#742, fixes#762.
0 commit comments