@visulima/packem 1.4.2 → 1.5.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,3 +1,9 @@
|
|
|
1
|
+
## @visulima/packem [1.5.0](https://github.com/visulima/packem/compare/@visulima/packem@1.4.2...@visulima/packem@1.5.0) (2024-11-05)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* added css to packem add command ([#53](https://github.com/visulima/packem/issues/53)) ([dbcba16](https://github.com/visulima/packem/commit/dbcba16d2b639b235aea43626042acec1663aa34))
|
|
6
|
+
|
|
1
7
|
## @visulima/packem [1.4.2](https://github.com/visulima/packem/compare/@visulima/packem@1.4.1...@visulima/packem@1.4.2) (2024-11-05)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -409,13 +409,13 @@ The value of `type` can be either `"build"` or `"dts"`, where `"build"` is the d
|
|
|
409
409
|
|
|
410
410
|
The resolved plugins will be in the following order:
|
|
411
411
|
|
|
412
|
-
-
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
-
|
|
416
|
-
-
|
|
417
|
-
-
|
|
418
|
-
-
|
|
412
|
+
- Alias
|
|
413
|
+
- User plugins with enforce: 'pre'
|
|
414
|
+
- Rollup core plugins
|
|
415
|
+
- User plugins without enforce value
|
|
416
|
+
- Rollup build plugins
|
|
417
|
+
- User plugins with enforce: 'post'
|
|
418
|
+
- Rollup post build plugins (minify, manifest, copy, reporting)
|
|
419
419
|
|
|
420
420
|
```typescript
|
|
421
421
|
import { defineConfig } from "@visulima/packem/config";
|