I’m using the AppFlow Vue tabs demo project.
After I run ionic capacitor run android -l --external
and launch the app from Android Studio, I can connect with Chrome dev tools to inspect the HTML/CSS
But all the JavaScript is minified so I can’t use break points.
e.g. top of App.js
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (function() { // webpackBootstrap
/******/ var __webpack_modules__ = ({
How can I stop this ?
1 post - 1 participant