-
yep, we totally want that. maybe. if ui5 allows us to use them..
-
Sourcemaps are the new hotness for debugging minified javascript. It would be cool to see that on this library, although it requires Base64 with VLQ. There are implementations of sourcemaps in the [cl…
-
Theseus rewrites your JavaScript Source, but it doesn't generate sourcemaps.
Hence if you install the the Console Tools plugin to help debugging issues in the code for example, the line numbers are c…
-
Hi, When I'm using this the sourcemap points to the_ csstyle.scss file :(
-
What nextSourceMap value for sourceMap option mean? Isn't it supposed to be string? I would expect that it is one of these values https://webpack.js.org/configuration/devtool/ If not, could you please…
-
When running cargo install I get an error mismatched types building swc. See below:
```
cargo install --path crates/fsrt
Installing fsrt v0.1.0 (/home/pmcneil/devel/forge-apps/FSRT/crates/fsr…
-
If I enable sourcemaps in vite then there are no sourcemaps for certain files like `background.js` and there are a bunch of warnings:
```
rendering chunks (1)...Sourcemap is likely to be incorrect: …
-
### NextUI Version
2.4.8
### Describe the bug
I use Astro & sentry & nextui in my project, when run `npm run build` in terminal, will get the error.
node_modules/@nextui-org/calendar/dist/chunk-UZ…
-
Hello!
I wanted to make simple source transform, as intended by your library. I do everything like documentation says here:
https://rollupjs.org/plugin-development/#source-code-transformations
…
-
I tried to configure my antora playbook with code-folding-extension but it does not seem to work.
```yaml
# antora-playbook.yml
asciidoc:
sourcemap: true
extensions:
- '@springio/ascii…