Skip to content

Commit 8cf4fd7

Browse files
authored
Declare svelte and svelte-loader as optional dependencies
Version 5.3.0 added the peer dependency declaration but forgot to mark it as optional (while the implementation already treats it as optional)
1 parent 1befd27 commit 8cf4fd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@
200200
"stylus-loader": {
201201
"optional": true
202202
},
203+
"svelte": {
204+
"optional": true
205+
},
206+
"svelte-loader": {
207+
"optional": true
208+
},
203209
"ts-loader": {
204210
"optional": true
205211
},

0 commit comments

Comments
 (0)