Skip to content

tolland/test-web-exit-rollup-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test rollup / typescript map path generation

$ npx tsc

This outputs sources with correct relative links:

$ jq . dist/background.js.map
{
  "version": 3,
  "file": "background.js",
  "sourceRoot": "",
  "sources": [
    "../src/WebExtension/background.ts"
  ],
  "names": [],
  "mappings": ";AAEA,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,CAAC,GAAG,EAAE;IACzC,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;AAC9C,CAAC,CAAC,CAAC"
}

About

testing rollup path weirdness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published