We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9c9bc commit f0dc6d0Copy full SHA for f0dc6d0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-loader changelog
2
3
+## 2.11.0
4
+
5
+* Resolve `svelte/shared.js` before injecting import declaration ([#65](https://github.com/sveltejs/svelte-loader/issues/65))
6
7
## 2.10.1
8
9
* Support for older webpack versions ([#63](https://github.com/sveltejs/svelte-loader/issues/63))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-loader",
- "version": "2.10.1",
+ "version": "2.11.0",
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
"description": "A webpack loader for svelte",
"license": "MIT",
0 commit comments