How to point to src folder instead of dist folder in development mode? #77
rohith2710
started this conversation in
General
Replies: 2 comments 3 replies
-
Did you tried to build the project? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The general concept I think you want here is a sourcemap — this will tie your dev tools (etc) js line to the original ts line. We are using webpack, which can generate sourcemaps, but not sure if we are doing so. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new to this repository, I have checked out this repo to understand modify some changes as per my need while rendering the svg. but I'm not sure how do I point to this path 'Astrochart/AstroChart/project/src/index.ts' instead of <script src="../../../dist/astrochart.js"></script> this in radix.html file.
I have made this change in project/examples/radix/radix.html, like below :
<script src="../../src/index.ts"></script>but as the first path is in typescript , browser is unable to compile this, can anyone help me with this?
@afucher @Kibo @harlantwood @ilyai @rdwz
Beta Was this translation helpful? Give feedback.
All reactions