Skip to content

Commit

Permalink
Add MML to the runtime cache target.
Browse files Browse the repository at this point in the history
  • Loading branch information
okaxaki committed Feb 2, 2024
1 parent 4a36c70 commit bfaab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
runtimeCaching: [
{
handler: "NetworkFirst",
urlPattern: /\.(jpe?g|png)$/,
urlPattern: /\.(jpe?g|png|mml)$/,
options: {
cacheName: cacheId + "-asset-cache",
},
Expand Down

0 comments on commit bfaab2d

Please # to comment.