rollipop 1.0.0-alpha.21 → 1.0.0-alpha.22
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 +11 -0
- package/dist/commands.cjs +292 -189
- package/dist/commands.js +291 -188
- package/dist/index.d.ts +15 -8
- package/dist/index.js +293 -190
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# rollipop
|
|
2
2
|
|
|
3
|
+
## 1.0.0-alpha.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3c67f3a: Track transform cache hits in build progress.
|
|
8
|
+
- 53630e0: Centralize dev server event dispatch.
|
|
9
|
+
- 6c2ae0d: Fix progress totals for HMR rebuilds.
|
|
10
|
+
- 1c059a4: Bump `@rollipop/rolldown` to 1.0.11.
|
|
11
|
+
- 758fe67: Bump `@rollipop/rolldown` to 1.0.9.
|
|
12
|
+
- 6c97ee3: enable sourcemap generation when bundle CLI receives `--sourcemap-output`
|
|
13
|
+
|
|
3
14
|
## 1.0.0-alpha.21
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|