Compare commits

...

2 Commits

Author SHA1 Message Date
zhuoling.lcl 71fd26f3bb chore: update changelogs for rax-compat plugin
CI / build (16.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (16.x, windows-latest) (push) Has been cancelled Details
CI / build (18.x, ubuntu-latest) (push) Has been cancelled Details
CI / build (18.x, windows-latest) (push) Has been cancelled Details
2025-08-04 16:08:54 +08:00
zhuoling.lcl 6c59827734 chore: rax-compat@0.4.1 2025-08-04 15:57:21 +08:00
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@ice/plugin-rax-compat': patch
---
Support css build

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.4.1
### Patch Changes
- 41cbaa9c: Adds support for the “tilde” (~) import syntax in CSS files when using esbuild, ensuring @import "~foo/bar.css" is rewritten to @import "foo/bar.css" during server-side builds.
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@ice/plugin-rax-compat", "name": "@ice/plugin-rax-compat",
"version": "0.4.0", "version": "0.4.1",
"description": "Provide rax compat support for ice.js", "description": "Provide rax compat support for ice.js",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",