-
Hi there !
I'm currently using the `sourcesContent` field in my sourcemap, allowing to directly embed sourcemapped content into my sourcemap file.
![sourcemaps with sourcesContent](https://pbs.twimg.…
-
### How can we reproduce the crash?
Create a build with a plugin that looks something like this:
```ts
const buildOut = await Bun.build({
entrypoints: [ROOT_ENTRY],
outdir: DIST,
minif…
-
fresh project just cloned from repo, and ran typescript setup script.
Getting warning when run `npm run build`:
Plugin typescript: @rollup/plugin-typescript: Typescript 'sourceMap' compiler option m…
-
esbuild version: 0.14.1
when run the following command
```sh
$ esbuild src/index.js --bundle --format=esm --outfile=dist/bundle.js --sourcemap
```
* src/index.js
```ts
function add(a,b){
…
-
Basically the issue is related to libsass (https://github.com/sass/libsass/issues/2312) which is used by node-sass (which is used by sass-loader in webpack).
During our prototyping we discovered t…
-
**Describe what happened**
```
$ npx datadog-react-native-wizard
Starting command: Setup the automated upload of javascript sourcemaps to Datadog
⚙️ Running task: get sourcemaps upload variable…
-
```
$ yarn build
rendering chunks (1)...Sourcemap is likely to be incorrect: a plugin (at position 12) was used to transform files, but didn't generate a sourcemap for the transformation. Consult …
-
> Another `sourcemap` related idea I had (which probably deserves it's own issue) is that it would be cool to be able to 'retroactively generate a `sourcemap`) for a webapp, based on the unminified ou…
-
Currently if one uses the plugin then single additional file appears in the compilation destination. It would be useful to have the sourcemap apart from the unminified file so if unminified file is lo…
-
`gpml2pvjson` converts WP484_71773.gpml to json, but pvjs can't convert the json to svg.
`./bin/gpml2 /home/wikipathways.org/images/wikipathways/3/30/WP484_71773.gpml WP484_71773.svg`
gives this…