Commit dc2ec65
committed
bug #1387 Declare svelte and svelte-loader as optional dependencies (stof)
This PR was merged into the main branch.
Discussion
----------
Declare svelte and svelte-loader as optional dependencies
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #1386
| License | MIT
Version 5.3.0 added the peer dependency declaration but forgot to mark it as optional (while the implementation already treats it as optional)
Commits
-------
8cf4fd7 Declare svelte and svelte-loader as optional dependencies1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
| |||
0 commit comments