bunkit-cli 1.3.1 → 1.3.2
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.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31075,11 +31075,11 @@ async function buildUiPackage(packagesPath, options) {
|
|
|
31075
31075
|
},
|
|
31076
31076
|
iconLibrary,
|
|
31077
31077
|
aliases: {
|
|
31078
|
-
components: "
|
|
31079
|
-
utils: "
|
|
31080
|
-
ui: "
|
|
31081
|
-
lib: "
|
|
31082
|
-
hooks: "
|
|
31078
|
+
components: "@/components",
|
|
31079
|
+
utils: "@/lib/utils",
|
|
31080
|
+
ui: "@/components/ui",
|
|
31081
|
+
lib: "@/lib",
|
|
31082
|
+
hooks: "@/hooks"
|
|
31083
31083
|
}
|
|
31084
31084
|
};
|
|
31085
31085
|
if (useModernStyle) {
|