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
On a new ignite project, how do I get source maps to be generated? Need it for debugging in VS Code and setting breakpoints, etc. The .babelrc has "sourceMaps": true added, no other changes.
I am on:
System
platform linux
arch x64
cpu 4 cores Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz
directory /home/arnold/Development/fullcircle/Fullcircle
JavaScript
node 8.1.2 /usr/local/bin/node
npm 4.6.1 /usr/local/bin/npm
yarn 0.24.6 /usr/bin/yarn
React Native
react-native-cli 2.0.1
app rn version 0.45.1
Ignite
ignite 2.0.0 /usr/local/bin/ignite
Android
java 1.8.0_111 /usr/bin/java
android home - undefined
The text was updated successfully, but these errors were encountered:
Well, the issue appears to be with Visual Studio Code. Apart from #1083 ignite is working fine, though this last one is a blocker for ES6 tests and testing UI. Luckily, I can postpone that problem to some future date. Setting up JS/RN stacks is a huge PITA, but at least Ignite helped a bit. Thanks.
Hi,
On a new ignite project, how do I get source maps to be generated? Need it for debugging in VS Code and setting breakpoints, etc. The
.babelrc
has"sourceMaps": true
added, no other changes.I am on:
The text was updated successfully, but these errors were encountered: