Skip to content

Commit

Permalink
Incorporate the privacy policy in the Mini App
Browse files Browse the repository at this point in the history
  • Loading branch information
madhead committed Jul 11, 2024
1 parent 30b2fc1 commit 94574b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mini-app/webpack/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ const configuration: webpack.Configuration = {
from: path.join(src, "/i18n"),
to: path.join(build, "/i18n"),
},
{
from: "*.{html,css}",
to: build,
context: path.resolve(root, "../policies/build"),
},
],
}),
],
Expand Down
3 changes: 3 additions & 0 deletions mini-app/webpack/development.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ export default merge(common, {
filename: "[name].js",
chunkFilename: "[id].chunk.js",
},
devServer: {
allowedHosts: "all",
},
});

0 comments on commit 94574b9

Please sign in to comment.