-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I am developing some front-end scripts in my projects, but it is hard to debug them, since webpack is not producing source maps. Apparently, __scripts.11ty.js
processes and packages front end scripts, but source maps are not generated, I presume because of output file system being memory?
I tried setting devtool config property to inline-source-map
, where webpack inlines source map as data-uri, but this does not work for me, at least in Firefox developer edition 95.
Metadata
Metadata
Assignees
Labels
No labels