You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently running a webpacked application on android doesn't work if using source maps configuration different than "inline-source-map" or "none". It would be good for developers to be able to use other source map types as described in here: https://webpack.js.org/configuration/devtool/ . To provide this feature it's possible that changes should be made in the js_parser.js logic which is part of the static binding generator process.
The text was updated successfully, but these errors were encountered:
Currently running a webpacked application on android doesn't work if using source maps configuration different than "inline-source-map" or "none". It would be good for developers to be able to use other source map types as described in here: https://webpack.js.org/configuration/devtool/ . To provide this feature it's possible that changes should be made in the js_parser.js logic which is part of the static binding generator process.
The text was updated successfully, but these errors were encountered: