Skip to content

Commit dd67244

Browse files
committed
update webpack config for azure test
1 parent 33dba34 commit dd67244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end-to-end/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = async (env, options) => {
1717
devtool: "source-map",
1818
entry: {
1919
polyfill: ["core-js/stable", "regenerator-runtime/runtime"],
20-
test: "./test/end-to-end/src/test-taskpane.ts",
20+
test: ["./test/end-to-end/src/test-taskpane.ts", "./test/end-to-end/src/test-taskpane.html"],
2121
},
2222
output: {
2323
path: path.resolve(__dirname, "testBuild"),

0 commit comments

Comments
 (0)