Giter Club home page Giter Club logo

Comments (5)

joost-de-vries avatar joost-de-vries commented on May 23, 2024

From the top of my head: there's a tsc configuration called sourceRoot. That will be used to set the url to the sourcemaps in the js files. Chrome will use that to request the sourcemap from the play server.
You're right; it would be nice to set that correctly in the activator project. If you find out the correct value pls let me know and I'll update the play-angular2-typescript project. Or you can provide a pull request.

from sbt-typescript.

joost-de-vries avatar joost-de-vries commented on May 23, 2024

Actually the tsc setting is called mapRoot. See ts handbook
Since it seems to be an issue of TS knowledge and I haven't heard from you I'm closing this.

from sbt-typescript.

SlevinBE avatar SlevinBE commented on May 23, 2024

Hi Joost,

I ran into a similar issue. My project is based on the example project.
I tried setting the mapRoot to "assets", but when I look at the contents of the generated source map file it contains an absolute folder path.

from sbt-typescript.

joost-de-vries avatar joost-de-vries commented on May 23, 2024

@SlevinBE I'm using the following tsconfig.json settings.

    "sourceMap": true,
    "mapRoot": "/assets",
    "sourceRoot": "/assets",

If you don't start with a slash it is interpreted as a relative path and tsc prefixes the file location apparently.
This is purely tsc. Not sbt-typescript.

from sbt-typescript.

SlevinBE avatar SlevinBE commented on May 23, 2024

combining the mapRoot and sourceRoot, with a leading "/", like you showed did the trick. Thanks!

from sbt-typescript.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.