Skip to content

Commit 595f8e5

Browse files
committed
Fix plugins
1 parent d495709 commit 595f8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bundle/esbuild.static.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const IGNORED_OWN_PACKAGES = [
216216
if (key.startsWith('botframework-webchat')) {
217217
const ourConfig = { ...config, ...BASE_CONFIG };
218218

219-
ourConfig.plugins.push(createWatcherPlugin(key));
219+
ourConfig.plugins = [createWatcherPlugin(key)];
220220

221221
ourConfigs.push(ourConfig);
222222
}

0 commit comments

Comments
 (0)