Skip to content

Commit

Permalink
Merge pull request #196 from oneblink/ON-39849
Browse files Browse the repository at this point in the history
ON-39849 # Fixed webpack build including unnecessary node modules
  • Loading branch information
Zaxist authored Apr 24, 2024
2 parents 3ca845d + 1978cb0 commit 6149fcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ module.exports = {
'react-router-dom$': path.resolve('./node_modules/react-router-dom'),
'@oneblink/apps$': path.resolve('./node_modules/@oneblink/apps'),
},
fallback: {
http: false,
https: false,
http2: false,
},
},
devServer: {
open: true,
Expand Down

0 comments on commit 6149fcf

Please sign in to comment.