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 070e728 commit 9d21cbaCopy full SHA for 9d21cba
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Svelte preprocess CSS Modules, changelog
2
+
3
+# 0.1.1
4
+- Fix modules exports
5
+- Fix `includePaths` check
6
+- Update `loader-utils` package
7
8
+# 0.1.0
9
+- Initial commit
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-preprocess-cssmodules",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Svelte preprocessor to generate CSS Modules classname on Svelte components",
"keywords": [
"svelte",
0 commit comments