Skip to content

Commit

Permalink
Deploy production versus, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
aelred committed Sep 22, 2024
1 parent 5f73ee5 commit 7d33cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
new WasmPackPlugin({
crateDirectory: resolve(__dirname, '..'),
outDir: resolve(__dirname, 'pkg'),
// forceMode: 'production',
forceMode: 'production',
extraArgs: '--no-default-features --features=web',
}),
],
Expand Down

0 comments on commit 7d33cb4

Please sign in to comment.