source-maps Questions
2
Solved
I've created a small NestJS project recently which I attempting to integrate Sentry into. I have followed the instructions on the Nest-Raven package readme, along with the instructions provided by ...
No asked 27/8, 2020 at 11:44
1
Context
Source Code
I am using VueJS with webpack in a project.
I am not using the vue-loader plugin or .vue files.
My project is structured like a standard Javascript webpack project which ...
Lush asked 29/11, 2018 at 21:44
8
Solved
There are two files included in the CSS folder with .map file extensions. They are:
bootstrap-theme.css.map
bootstrap.css.map
They appear to be minified files but I don't know what they are for....
Compression asked 1/2, 2014 at 22:40
1
I'm trying to install BarbaJS with a JS bundler for my GitHub-hosted website. Using CDN, I include a line that installs BarbaJS but when I open the website I get a source map error:
Source map erro...
Byzantine asked 25/6, 2020 at 18:49
1
I am not totally happy with the usability of video player on coursera.org (not my own website) and want to change something using the local overrides for my own convenience.
I successfully locate...
Gassy asked 17/6, 2020 at 0:7
1
I'm doing some test development and creating a Chrome extension using Svelte and ParcelJS and would like to see the sourcemaps in chrome dev tools. When looking at any page however I can only see t...
Histaminase asked 27/4, 2020 at 15:37
1
When using the Chrome or Firefox developer tools, I cannot peer into the values of certain reducer variables. For example, the newItem in the Chrome debugger screenshot below:
Chrome:
Firefox:
...
Masteratarms asked 15/4, 2020 at 16:33
2
I'm playing with Vue CLI project. I have configured startup project, set some development changes like those:
package.json
"dependencies": {
"bootstrap": "^4.3.1",
"core-js": "^3.0.1",
"preloa...
Buckingham asked 14/5, 2019 at 10:11
0
I'm building an Electron desktop app (which uses Chromium) with Typescript. The Chromium dev tools seem to be looking in the wrong place for source maps.
I'm on Windows, and the application is ser...
Mcqueen asked 8/4, 2020 at 17:37
1
I am not able to load sourcemap in Chrome Extension for some reason.
The folder which is being loaded for Chrome Extension has .map just next to .js file. With the .js file having the line //# so...
Beyer asked 11/6, 2019 at 12:0
4
Solved
I received error log like the following while the app crashed:
Fatal Exception: com.facebook.react.modules.core.JavascriptException:
onSelect index.android.bundle:20:7148 onPress
index.android...
Funambulist asked 11/1, 2016 at 6:2
2
Solved
JavaScripts source maps seem to typically be at no finer than token granularity.
As an example, identity-map uses token granularity.
I know I've seen other examples, but can't remember where.
Why...
Fanniefannin asked 28/8, 2019 at 10:17
0
The TypeScript Compiler API has multiple ways of transforming files:
create a transpiler host and implement getCustomTransformers. This has source map support
use ts.transform. This does not seem ...
Guenzi asked 24/2, 2020 at 17:2
0
I am learning Vue. Recently I found out that there is a bug in Visual Studio that effectively prevents the debugger from stopping at breakpoints of client scripts (https://developercommunity.visual...
Sarracenia asked 11/1, 2020 at 18:54
2
I have a project with Typescript and Electon. I want the console errors referenced to Typescript files, instead of javascript minified files. I read it could be done with source maps.
I see some r...
Gellman asked 11/5, 2016 at 14:53
1
If I use devtool: 'source-map' it works great with CSS:
But, my JavaScript variable names are no fun:
So, if I use devtool: eval-source-maps. Life is great - debugging JS. But my CSS then poi...
Bowel asked 27/8, 2017 at 10:5
2
Solved
I am using angular 6.
I want to debug an app in PROD, I need source map for that.
When I create a build with source map on, it injects the URL at end of minified file as
//# sourceMappingURL=app...
Balenciaga asked 21/9, 2018 at 9:12
5
Solved
Until recently, my Chrome browser was loading CSS source map files correctly. Now, it is not.
The setting is on:
And the CSS files have a source mapping tag at the bottom:
/*# sourceMappingURL...
Dartmouth asked 4/6, 2015 at 17:15
4
Solved
My production webpack configuration is:
{
output: {
publicPath: "https://cdn.example.com/sub-directory/",
filename: '[name]-[chunkhash].min.js'
},
devtool: 'source-map',
plugins: [
new we...
Gurgle asked 16/8, 2016 at 13:56
0
Using babel-watch, when debugging through the Chrome inspector, I don't have source maps available.
When running the same code using babel-node, with the same .babelrc, source maps are available.
...
Impostor asked 23/4, 2019 at 10:26
1
I use Laravel 5.4 with Vue.js 2.6. I have problem to see sourceMap of *.vue component file in console. I configure Laravel mix with this script:
let mix = require('laravel-mix');
mix.webpackConfi...
Fourdimensional asked 17/4, 2019 at 14:28
2
In our Django project we are using Gulp to compile our assets, then UglifyJS to minify them. During this whole process we are generating sourcemaps, which appear to be working correctly.
The probl...
Asmodeus asked 22/1, 2016 at 11:5
5
Suppose I have a module whose source code is not ECMA 5 (e.g. it's Coffescript or Typescript or whatever) and is distributed in compiled form with a source map. How can I include this source map in...
Urias asked 9/9, 2015 at 17:50
1
If I use webpack in dev mode, when I open chrome dev tools, in the 'sources' tab, I can see a 'webpack://' folder with all my source code.
I would like to know how I could do something similar w...
Supplement asked 23/3, 2019 at 6:28
1
Edit: I opened a new issue with Chromium.
Our project uses TypeScript compiled to JavaScript. When debugging automated unit tests in Karma, I want to disable JavaScript source maps and stick to ...
Buttonball asked 3/5, 2017 at 4:19
© 2022 - 2024 — McMap. All rights reserved.