Skip to content

Commit

Permalink
add webpack.js to all browser modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzHeinrich committed Sep 9, 2024
1 parent 1c6958f commit bbe6088
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions egklib-core/webpack.config.d/webpack.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
config.resolve.fallback = {
"crypto": false,
"v8": false
}
config.resolve.fallback = { "crypto": false }
1 change: 1 addition & 0 deletions egklib-encrypt/webpack.config.d/webpack.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.resolve.fallback = { "crypto": false }
1 change: 1 addition & 0 deletions egklib-trustee/webpack.config.d/webpack.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config.resolve.fallback = { "crypto": false }

0 comments on commit bbe6088

Please sign in to comment.