Skip to content

Commit

Permalink
compatiibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Nov 6, 2024
1 parent 7881d27 commit 4591d85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -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",
};
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
}),
Expand Down

0 comments on commit 4591d85

Please sign in to comment.