Compare commits

..

No commits in common. "71fd26f3bbbfa3248e58f66b556f91e9ce5f8680" and "f5005afad5bb4392d5fdbe0ae726b3489b740eb8" have entirely different histories.

3 changed files with 6 additions and 7 deletions

View File

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

View File

@ -1,11 +1,5 @@
# 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.1", "version": "0.4.0",
"description": "Provide rax compat support for ice.js", "description": "Provide rax compat support for ice.js",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",