This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit aca851c
fix(Vue): apply style changes with HMR (#763)
* 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.1 parent a9402ec commit aca851c
1 file changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | - | ||
59 | + | ||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 | - | ||
153 | + | ||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
0 commit comments