File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# rollup-plugin-svelte changelog
2
2
3
- ## Unreleased
3
+ ## 6.1.1
4
+
5
+ * Use ` require('svelte/compiler') ` rather than ` require('svelte/compiler.js') ` to work with new Svelte exports map
6
+
7
+ ## 6.1.0
8
+
9
+ * feat: allow custom Svelte compilers via new ` svelte ` option: ([ #124 ] ( https://github.com/sveltejs/rollup-plugin-svelte/pull/124 ) )
10
+ * fix: use native ` fs.existsSync ` method: ([ ` 50e03e5 ` ] ( https://github.com/sveltejs/rollup-plugin-svelte/commit/50e03e5 ) )
11
+ * chore: Power CI via GitHub Action ([ ` 61ead9a..23e83a4 ` ] ( https://github.com/sveltejs/rollup-plugin-svelte/compare/61ead9a..23e83a4 ) )
12
+
13
+ ## 6.0.2
4
14
5
15
* Added default value to CssWriter.write map option ([ #135 ] ( https://github.com/sveltejs/rollup-plugin-svelte/pull/135 ) )
6
16
* Do not warn about missing unused css selectors if both css and emitCss are false ([ #127 ] ( https://github.com/sveltejs/rollup-plugin-svelte/pull/127 ) )
You can’t perform that action at this time.
0 commit comments