@zohodesk/client_build_tool 0.0.9-exp.4 → 0.0.10
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 +2 -4
- package/README.md +2 -4
- package/package.json +1 -1
- package/coverage/check.js +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Changelog and Release Notes
|
|
2
|
-
# v0.0.
|
|
2
|
+
# v0.0.10 (12-05-2025)
|
|
3
3
|
**Feature:-**
|
|
4
4
|
- `alias` support for `build:es` and `build:lib`
|
|
5
|
-
-
|
|
5
|
+
- Add babel-plugin-module-resolver dependencies
|
|
6
6
|
- Modify getBabelPlugin to include module resolver with aliases
|
|
7
7
|
|
|
8
8
|
**Bug Fix:-**
|
|
@@ -12,8 +12,6 @@
|
|
|
12
12
|
**Change:-**
|
|
13
13
|
- Refactor defaultConfigValues.js to include cli options for enableRTLSplit
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
15
|
**Feature:-**
|
|
18
16
|
- externals was added to Prevent bundling of certain imported packages and retrieve these external dependencies at runtime.
|
|
19
17
|
- to use externals, we use the following pattern in `app > externals` :
|
package/README.md
CHANGED
|
@@ -99,10 +99,10 @@ fixes :-
|
|
|
99
99
|
- preload plc undefined url fixed
|
|
100
100
|
|
|
101
101
|
# Changelog and Release Notes
|
|
102
|
-
# v0.0.
|
|
102
|
+
# v0.0.10 (12-05-2025)
|
|
103
103
|
**Feature:-**
|
|
104
104
|
- `alias` support for `build:es` and `build:lib`
|
|
105
|
-
-
|
|
105
|
+
- Add babel-plugin-module-resolver dependencies
|
|
106
106
|
- Modify getBabelPlugin to include module resolver with aliases
|
|
107
107
|
|
|
108
108
|
**Bug Fix:-**
|
|
@@ -112,8 +112,6 @@ fixes :-
|
|
|
112
112
|
**Change:-**
|
|
113
113
|
- Refactor defaultConfigValues.js to include cli options for enableRTLSplit
|
|
114
114
|
|
|
115
|
-
|
|
116
|
-
|
|
117
115
|
**Feature:-**
|
|
118
116
|
- externals was added to Prevent bundling of certain imported packages and retrieve these external dependencies at runtime.
|
|
119
117
|
- to use externals, we use the following pattern in `app > externals` :
|
package/package.json
CHANGED
package/coverage/check.js
DELETED