We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b527551 commit 268beacCopy full SHA for 268beac
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-loader changelog
2
3
+## 2.13.4
4
+
5
+* Fix webpack 3 bug ([#89](https://github.com/sveltejs/svelte-loader/issues/89))
6
7
## 2.13.2
8
9
* Fix `compileOptions.filename` ([#79](https://github.com/sveltejs/svelte-loader/issues/79))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-loader",
- "version": "2.13.3",
+ "version": "2.13.4",
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
"description": "A webpack loader for svelte",
"license": "MIT",
0 commit comments