@webflow/webflow-cli 1.12.7 → 1.14.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @webflow/webflow-cli
|
|
2
2
|
|
|
3
|
+
## 1.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e4f7082: Add --bundler option to choose between webpack (default) and rspack (experimental) for code component library bundling. Note: the library changelog is not accurate when using the rspack bundler.
|
|
8
|
+
|
|
3
9
|
## 1.12.7
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|