File tree Expand file tree Collapse file tree 5 files changed +1
-13
lines changed
Expand file tree Collapse file tree 5 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 1515 "default" : " ./dist/botframework-webchat-base.js"
1616 }
1717 },
18- "./dom-utils" : {
19- "import" : {
20- "types" : " ./dist/botframework-webchat-base.dom-utils.d.mts" ,
21- "default" : " ./dist/botframework-webchat-base.dom-utils.mjs"
22- },
23- "require" : {
24- "types" : " ./dist/botframework-webchat-base.dom-utils.d.ts" ,
25- "default" : " ./dist/botframework-webchat-base.dom-utils.js"
26- }
27- },
2818 "./utils" : {
2919 "import" : {
3020 "types" : " ./dist/botframework-webchat-base.utils.d.mts" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- import setMetaTag from '../dom-utils /setMetaTag' ;
1+ import setMetaTag from './setMetaTag' ;
22
33type BaseBuildInfoObject = {
44 readonly buildTool ?: string | undefined ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ const config: typeof baseConfig = {
88 ...baseConfig ,
99 entry : {
1010 'botframework-webchat-base' : './src/index.ts' ,
11- 'botframework-webchat-base.dom-utils' : './src/dom-utils/index.ts' ,
1211 'botframework-webchat-base.utils' : './src/utils/index.ts'
1312 } ,
1413 onSuccess : `${ baseConfig . onSuccess } && touch ${ DEPENDENT_PATHS . map ( path => `../${ path } /src/index.ts` ) . join ( ' ' ) } `
You can’t perform that action at this time.
0 commit comments