agora-appbuilder-core 4.0.8 → 4.0.9
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/package.json +1 -1
- package/template/Gulpfile.js +1 -0
package/package.json
CHANGED
package/template/Gulpfile.js
CHANGED
|
@@ -258,6 +258,7 @@ const reactSdk = {
|
|
|
258
258
|
bundleSdkTypedefs: () => {
|
|
259
259
|
return src(['../Builds/customization-api.d.ts', '../Builds/reactSdk.d.ts'])
|
|
260
260
|
.pipe(concat('index.d.ts'))
|
|
261
|
+
.pipe(replace(`${$config.PRODUCT_ID}/`, ''))
|
|
261
262
|
.pipe(
|
|
262
263
|
replace(
|
|
263
264
|
'declare module "index.rsdk"',
|