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
I'm unable to generate sourcemap files which are not inline. Setting the sourceMapFile key inside the config (according to the wiki) leads to an error:
I'm unable to generate sourcemap files which are not inline. Setting the
sourceMapFile
key inside the config (according to the wiki) leads to an error:Without
sourceMapFile
I'm able to bundle the above file with the folllowing output:But the bundle.js.map itself is missing. No sourcemaps are rendered.
The command
rollup -m inline
writes the sourcemap correctly into bundle.jsThe text was updated successfully, but these errors were encountered: