You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main.js is a simple script that import local file
'use strict';
import Application from './framework/Application.js';
code...
But the sourcemap I got is this: {"version":3,"file":"main.js","sources":[],"sourcesContent":[],"names":[],"mappings":";< ... many ';' here ... >;"}
Npm dev package installed
I'm having trouble obtaining a good sourcemap using this Gulp configuration.
The main.js is a simple script that import local file
But the sourcemap I got is this:
{"version":3,"file":"main.js","sources":[],"sourcesContent":[],"names":[],"mappings":";< ... many ';' here ... >;"}
Npm dev package installed
Any ideas?
Strack overflow question
The text was updated successfully, but these errors were encountered: