@swc/plugin-loadable-components
Advanced tools
Comparing version
# @swc/plugin-loadable-components | ||
## 6.0.2 | ||
### Patch Changes | ||
- cb94b92: Update swc_core to v21.0.1 | ||
## 6.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@swc/plugin-loadable-components", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "SWC plugin for `@loadable/components`", | ||
@@ -23,6 +23,6 @@ "main": "swc_plugin_loadable_components.wasm", | ||
"scripts": { | ||
"build": "cargo build --release -p swc_plugin_loadable_components --target wasm32-wasi && cp ../../target/wasm32-wasi/release/swc_plugin_loadable_components.wasm .", | ||
"build:debug": "cargo build -p swc_plugin_loadable_components --target wasm32-wasi && cp ../../target/wasm32-wasi/debug/swc_plugin_loadable_components.wasm .", | ||
"test": "npm run build:debug && vitest run" | ||
"build": "cargo build --release -p swc_plugin_loadable_components --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/release/swc_plugin_loadable_components.wasm .", | ||
"build:debug": "cargo build -p swc_plugin_loadable_components --target wasm32-wasip1 && cp ../../target/wasm32-wasip1/debug/swc_plugin_loadable_components.wasm .", | ||
"test": "pnpm run build:debug && vitest run --testTimeout=0" | ||
} | ||
} |
@@ -26,2 +26,8 @@ # loadable-components | ||
## 6.0.2 | ||
### Patch Changes | ||
- cb94b92: Update swc_core to v21.0.1 | ||
## 6.0.1 | ||
@@ -28,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
295
2.08%1883733
-80.67%10
-9.09%