We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba4cee commit 0f34526Copy full SHA for 0f34526
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-loader changelog
2
3
+## 2.9.1
4
+
5
+* Posixify CSS paths on Windows ([#64](https://github.com/sveltejs/svelte-loader/pull/64))
6
7
## 2.9.0
8
9
* Fix peer dependency to squelch version mismatch warnings ([#57](https://github.com/sveltejs/svelte-loader/pull/57))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-loader",
- "version": "2.9.0",
+ "version": "2.9.1",
"author": "Nico Rehwaldt <[email protected]>",
"description": "A webpack loader for svelte",
"license": "MIT",
0 commit comments