From 236ff41170a404bd0a569d6ac82eb30ccfb3d554 Mon Sep 17 00:00:00 2001 From: Nikkel Mollenhauer <57323886+NikkelM@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:30:00 +0200 Subject: [PATCH] Added an index file that redirects to the GitHub repository (#38) --- manifest.xml | 2 +- package.json | 2 +- src/index.html | 1 + webpack.config.js | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 src/index.html diff --git a/manifest.xml b/manifest.xml index db28be2..9412112 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,7 +1,7 @@ 4d810708-b23f-4105-bfab-6301f6d3a8ba - 1.1.0 + 1.1.1 Nikkel Mollenhauer en-GB diff --git a/package.json b/package.json index 8f9bacf..495ede3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "outlook-mail-notes", "description": "Easily add notes to e-mails, senders & conversations in Outlook!", - "version": "1.1.0", + "version": "1.1.1", "author": "Nikkel Mollenhauer", "repository": { "type": "git", diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..730b914 --- /dev/null +++ b/src/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index f7e990a..2c371d4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -63,6 +63,11 @@ module.exports = async (env, options) => { template: "./src/taskpane.html", chunks: ["polyfill", "taskpane"], }), + new HtmlWebpackPlugin({ + filename: "index.html", + template: "./src/index.html", + chunks: [], + }), new CopyWebpackPlugin({ patterns: [ {