-
I keep getting this warning (despite no functionality issue: everything works well). It's a create-react-app project and I get this during build (npm start or npm run build).
WARNING in ./node_modu…
-
# Bug report
**What is the current behavior?**
When using `experiments.outputModule = true` in combination with `__non_webpack_require__` and `devtool: 'eval-source-map'` (or any other of the `e…
-
I've been trying to get nyc and c8 to generate coverage reports for PureScript code. While I've had some success I haven't been able to get either tool to generate a line-by-line HTML report with sou…
-
[reference](https://stackoverflow.com/questions/63218218/rollup-is-not-generating-typescript-sourcemap)
Haven't tested out myself but the source map might really help with the debugging
-
Adding support for a tool like `gulp-sourcemaps` would make it much easier to use this library in everyday pipelines. Not sure how it will work, but it is definitely worth looking into.
-
I think this line of code should change:
https://github.com/sintaxi/terraform/blob/master/lib/javascript/processors/coffee.js#L7
```
From:
var script = cs.compile(fileContents.toString(), { bare: tr…
-
I don't think source maps work with this out of the box. They should.
-
I'd be interested in adding source map support to lua.js.
See the article here: http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
-
Error when using with webpack with source-map-loader
`imports?this=>window&module=>undefined&exports=>undefined&define=>undefined!angular-cache`
```
Module build failed: TypeError: Cannot read prope…
-
When bundling a node.js app which is referencing some assets that are also used on the client side (ex: sir), we use `publicPath` to ensure the same absolute urls are referenced everywhere.
The iss…