From 8b1c2b242a0526fc96144537c2cb0a65ca91f478 Mon Sep 17 00:00:00 2001 From: kanno <812137533@qq.com> Date: Mon, 8 Jan 2024 13:37:55 +0800 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 6 ++++++ Q&A.md | 3 +++ package.json | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 Q&A.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 22579cc..49ea6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.2 + +# Patches + +- Fix if it's `https` or `http`. + ## 0.2.1 # Patches diff --git a/Q&A.md b/Q&A.md new file mode 100644 index 0000000..470d841 --- /dev/null +++ b/Q&A.md @@ -0,0 +1,3 @@ +> Why i can't see the style work? + +- Normally you won't inject virtual module in your local code. But every framework has it own ideas so sometimes you can't see the style inject in your page,so you need inject them manully.Just import `import '@stylex-dev.css'` in your entry file. diff --git a/package.json b/package.json index 85e94fb..f78c37b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-stylex-dev", - "version": "0.2.1", + "version": "0.2.2", "description": "an unofficial stylex vite plugin", "main": "dist/index.js", "types": "dist/index.d.ts",