Skip to content

Commit

Permalink
use unique file names for cache issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Oct 16, 2024
1 parent b28ef37 commit d9bcaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default async (env, options) => {
taskpane: ["./src/aipane/index.tsx", "./src/aipane/aipane.html"],
},
output: {
filename: "sctg_ai_outlook_[contenthash].js",
clean: true,
},
optimization: {
Expand Down

0 comments on commit d9bcaa0

Please sign in to comment.