We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41804b commit a95c71fCopy full SHA for a95c71f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-loader changelog
2
3
+## 2.13.0
4
+
5
+* Handle `dependencies` returned from `preprocess` ([#75](https://github.com/sveltejs/svelte-loader/pull/75))
6
7
## 2.12.0
8
9
* Support Svelte 3
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-loader",
- "version": "2.12.0",
+ "version": "2.13.0",
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
"description": "A webpack loader for svelte",
"license": "MIT",
0 commit comments