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 1c41c98 commit 46fa2e4Copy full SHA for 46fa2e4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# svelte-loader changelog
2
3
+## 3.1.3
4
+
5
+* Prevent webpack process crashing on undefined dependencies ([#197](https://github.com/sveltejs/svelte-loader/issues/197))
6
7
## 3.1.2
8
9
* Update to latest `svelte-hmr` package fixing Webpack 4 support
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-loader",
- "version": "3.1.2",
+ "version": "3.1.3",
"author": "Nico Rehwaldt <[email protected]>",
"description": "A webpack loader for svelte",
"license": "MIT",
0 commit comments