Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Nov 5, 2024
1 parent 7c3270b commit 8954611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const versionInfo = {
commit: "d31f955dce6498f4ca61cd353ffd50b2c984b5c4",
date: "2024-11-05 18:58:45 +0100",
commit: "7c3270bd0dc34009c24014326a5ba84be4d1dc6b",
date: "2024-11-05 19:25:53 +0100",
};
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ export default async (env, options) => {
parallel: false,
},
}),
new webpack.DefinePlugin({
"process.env": {
website: env.website,
},
}),
],
devServer: {
hot: true,
Expand Down

0 comments on commit 8954611

Please sign in to comment.