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 e6c4262 commit 8a2640fCopy full SHA for 8a2640f
.changeset/few-cycles-cry.md
packages/svelte-hmr/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte-hmr
2
3
+## 0.15.1
4
+
5
+### Patch Changes
6
7
+- support 'external' as value for compileOptions.css ([#63](https://github.com/sveltejs/svelte-hmr/pull/63))
8
9
## 0.15.0
10
11
### Minor Changes
packages/svelte-hmr/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-hmr",
- "version": "0.15.0",
+ "version": "0.15.1",
"description": "Bundler agnostic HMR utils for Svelte 3",
"main": "index.js",
"author": "rixo <rixo@rixo.fr>",
0 commit comments