Skip to content

Commit

Permalink
fix: temp fix for axe-core crypto issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 29, 2021
1 parent 00509fd commit 27a7bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/react-webpack/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const config = {
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],
fallback: { crypto: false },
},
plugins: [
new HtmlWebpackPlugin({
Expand Down
1 change: 1 addition & 0 deletions examples/react-webpack/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const config = {
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],
fallback: { crypto: false },
},
plugins: [
new HtmlWebpackPlugin({
Expand Down

0 comments on commit 27a7bb7

Please sign in to comment.