From 4591d8552a685635ef83a208657025a1975863e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A6Ltorio?= Date: Wed, 6 Nov 2024 09:39:22 +0100 Subject: [PATCH] compatiibility issue --- src/version.ts | 4 ++-- webpack.config.js | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/version.ts b/src/version.ts index 94e86b5..741ce3f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ export const versionInfo = { - commit: "26454856c0df81168a31f4d7683b4c21387adfb4", - date: "2024-11-05 20:28:57 +0100", + commit: "7881d27792794d6b25ff08c56e77f1a13a4261e2", + date: "2024-11-06 09:18:41 +0100", }; diff --git a/webpack.config.js b/webpack.config.js index 48175d2..1c0fee2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -122,6 +122,11 @@ export default async (env, options) => { template: "./src/aipane/index.html", chunks: ["polyfill", "vendor", "taskpane"], }), + new HtmlWebpackPlugin({ + filename: "aipane.html", + template: "./src/aipane/index.html", + chunks: ["polyfill", "vendor", "taskpane"], + }), new webpack.ProvidePlugin({ Promise: ["es6-promise", "Promise"], }),