Skip to content

Commit 63f3d98

Browse files
committed
redo webconfig change
1 parent 96c2cd9 commit 63f3d98

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/taskpane/taskpane.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ <h2 class="ms-font-xl"> Discover what Office Add-ins can do for you today! </h2>
4848
<div role="button" id="run" class="ms-welcome__action ms-Button ms-Button--hero ms-font-xl">
4949
<span class="ms-Button-label">Run</span>
5050
</div>
51+
<p><label id="item-subject"></label></p>
5152
</main>
5253
</body>
5354

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ module.exports = async (env, options) => {
4040
},
4141
},
4242
{
43-
test: /\.tsx?$/,
43+
test: /\.html$/,
4444
exclude: /node_modules/,
45-
use: "ts-loader",
45+
use: "html-loader",
4646
},
4747
{
4848
test: /\.(png|jpg|jpeg|gif|ico)$/,

0 commit comments

Comments
 (0)