source-maps Questions
1
Must I turn on --inlineSourceMap instead --sourceMap in tsconfig.json when I use cheap-module-eval-source-map as devtool in webpack?
Melamine asked 6/3, 2019 at 13:0
2
I'm developing a Webextension for Chrome, the code is written in Typescript, so I need sourcemaps.
The extension is bundled with ParcelJS, but I believe that my problem is not related to the bundl...
Endow asked 13/2, 2019 at 11:48
1
I want to reverse or unbundle a bundle.js.
Currently I am loading the bundle.js in my browser (Chrome)
Chrome detects the sourcemap and shows me a nice structure of the
full application based on th...
Explicate asked 5/10, 2017 at 16:47
1
What is the SourceMapDevToolPlugin configuration equivalent for devtool:cheap-module-eval-source-map
Are there are any examples of how to configure SourceMapDevToolPlugin to match the various devtool sourcemap options.
For example, what is the SourceMapDevToolPlugin configuration equivalent for ...
Mouthpiece asked 17/8, 2018 at 0:3
6
Solved
I am setting up a new TypeScript project in visual studio 2013.
I have the option on my VS project to generate source maps checked. I have the option to specify root directory for typescript file...
Chapiter asked 23/7, 2015 at 15:31
1
Solved
I'm trying to debug my app created with create-react-app for the Google bot.
TL:DR: I need to add my error to the DOM so it's visible in the Google bot rendering. The problem is how do I get the s...
Impetrate asked 29/1, 2019 at 11:51
2
I'm currently using the less-rails gem in a Ruby on Rails application that I'm building. I would like some way to debug my Less css files in Chrome by way of source maps (https://developers.google....
Curvilinear asked 9/1, 2014 at 16:28
2
Solved
Regarding source maps, I came across a strange behavior in chromium (build 181620).
In my app I'm using minified jquery and after logging-in, I started seeing HTTP requests for "jquery.min.map" in ...
Decastere asked 9/2, 2013 at 21:55
3
Solved
I have a library MyLib that I am loading inside MyApp. Both are compiled with webpack 4 and MyApp uses source-map-loader to load the source maps for MyLib. As of webpack 4 the sourcemaps point to a...
Jegar asked 18/6, 2018 at 13:5
1
Chrome isn't loading our source maps for scripts included inline in our HTML:
<script type="text/javascript">!function t(n,e,r){ /* more code */}()
//# sourceMappingURL=public/js/edit-before...
Cringe asked 20/3, 2017 at 20:28
1
Solved
I have a group of typescript files in my solution and I am compiling these to JS using typescript features directly within Visual Studio 2017. I am using tsconfig.json file.
I am able to bundle th...
Weariless asked 12/12, 2017 at 13:22
2
In Google Chrome there are already sourcemaps for JS and CSS, CoffeeScript etc., and Paul Irish just demostrated SASS using sourcemaps.
It is a a technique to map development source files to the c...
Bouleversement asked 22/5, 2013 at 9:4
0
I am facing strange behavior from sentry. I use sentry-webpack-plugin to upload my sourcemaps to remote company sentry server. Everything seems to be allright.
I see sourcemaps under artifacts in r...
Engineering asked 18/10, 2018 at 15:57
1
Solved
I'm trying to enable sourceMaps in webpack but there seems to be a problem with sass-loader and postcss-loader combination.
With both sass-loader and postcss-loader enabled my console shows "no so...
Resin asked 20/9, 2018 at 9:48
1
I'm trying to find the issue with this Webpack configuration.
I cannot debug with original source in REACT.
Currently, I'm using Chrome dev tools.
Issue:
Expected:
And here my dependencies
...
Shamrao asked 1/2, 2018 at 11:48
1
I try to profile my (typescript) app, which runs in node.js using the instructions from the nodejs.org simple profiling guide. However, the positions are those in the compiled js source file as run...
Rue asked 24/3, 2017 at 11:6
1
Trying to figure out why I can’t get source maps working in Rails 5. Rails 5 uses Sass 3.4.2x, so it seems like it shouldn’t have the problem previous versions of Rails had.
I’ve added the followi...
Handcrafted asked 12/2, 2016 at 19:16
1
Solved
I'm trying to set up a build process for TypeScript using Webpack. Everything's working fine for most parts. However I can't get source-maps to work properly in the Karma test runner.
Problem desc...
Eugene asked 16/5, 2018 at 15:4
2
We ran into an error that only occurs on Safari browsers, so I dusted off my OSX partition on my Macbook and am trying to debug it but I can't find out how to see the original source code and set a...
Theoretician asked 3/3, 2017 at 23:18
0
I'm troubleshooting a problem in my React.js app and I'd like to view the actual javascript being executed in the browser after it's been transpiled by Babel and bundled by Webpack. What's a good w...
Pancreatin asked 11/6, 2018 at 22:45
1
How do I enable sourcemaps for CSS files in my Angular 6 application?
I'm defining my styles source code in SCSS files, which are later compiled to CSS by Angular CLI. However, I can't see the ori...
Inscription asked 13/5, 2018 at 16:21
0
I am using chrome's Javascript Profile to store the cpuprofile's. When we capture a cpu profile in chrome, it reads details of source map and shows the path & line number of the actual source f...
Accuracy asked 23/5, 2018 at 21:21
2
Solved
Before I decided to post this issue, I did quite a few things as a background check.
So, my problem is:
- I use webpack v4.6.0 and webpack-dev-server v3.1.3
- they work fine together, but now I am...
Wrought asked 30/4, 2018 at 17:52
3
Solved
How can I compile a LESS file to output a source map file (.css.map) in addition to a CSS file? Is there a way to do it on both command line (NodeJS's lessc) and on any GUI-based programs?
Stepaniestepbrother asked 7/1, 2014 at 19:7
1
Solved
I think I created a source map correctly using Xcode. Need this for a production build.
I added:
react-native bundle --platform ios --entry-file index.ios.js --dev false --bundle-output ./ios/mai...
Perilous asked 27/4, 2016 at 2:3
© 2022 - 2024 — McMap. All rights reserved.