When packing the web segment, we actually want to pack the app with the changed dependencies array. So, we replaced the web with app to resolve the path properly. However, in case of extensions that have web in their name, this would replace the wrong string :D
When packing the web segment, we actually want to pack the app with the changed dependencies array. So, we replaced the web with
app
to resolve the path properly. However, in case of extensions that have web in their name, this would replace the wrong string :DThis change should resolve this issue