Skip to content

Commit

Permalink
set resolve.fallback.http/https/zlib to false in webpack extension bu…
Browse files Browse the repository at this point in the history
…ild config (#9375) (#9445)

follows what was done in e9e3883 for other webpack build configs
fixes external extension building after cesium update in #9267
cf georchestra/mapstore2-cadastrapp#182
  • Loading branch information
landryb authored Sep 14, 2023
1 parent 453e943 commit 69168a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/createExtensionWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ module.exports = ({ prod = true, name, exposes, sharedLibrariesEager = true, ali
resolve: {
fallback: {
path: false,
http: false,
https: false,
zlib: false,
timers: false,
stream: false
},
Expand Down

0 comments on commit 69168a9

Please sign in to comment.