@kimesh/layers 0.2.31 → 0.2.32
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/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -94,7 +94,7 @@ function buildViteAliases(merged) {
|
|
|
94
94
|
/**
|
|
95
95
|
* Generate aliases from a ResolvedLayer array
|
|
96
96
|
* This is a convenience function for kit integration
|
|
97
|
-
*
|
|
97
|
+
*
|
|
98
98
|
* NOTE: Global @ and ~ aliases are NOT added here because they need context-aware
|
|
99
99
|
* resolution handled by the layerAliasPlugin. Each layer's @layerName and ~layerName
|
|
100
100
|
* aliases are still generated.
|