create-guten-block icon indicating copy to clipboard operation
create-guten-block copied to clipboard

source map creation

Open yitwail opened this issue 5 years ago • 2 comments

The readme states,

A build script to bundle JS, CSS, and images for production with source-maps.

However, I don't see a source map after either npm start or npm run build. Is there an option I'm overlooking?

Thanks,

-----------^ Click "Preview" for a nicer view!

This is a FOSS (Free & Open Source Software) project. Providing support is a full-time job and so it's not provided for free. No promises there. 😇

If you'd like to support this project or hire Ahmad Awais (maker of create-guten-block) then feel free to contact here → https://AhmadAwais.com/contact/.


If you'd like us to keep producing professional free and open source software (FOSS). Consider paying for an hour of our dev-time. We'll spend two hours on open source for each contribution. Yeah, that's right, you pay for one hour and get both of us (Awais & Maedah) to spend an hour as a thank you.

🚀 $99.99 — Support for one hour or more → 🔰 $49.99 — Support half an hour maintenance → ☕️ $9.99 — Buy us lunch or coffee to keep us trucking #OpenSource →

yitwail avatar Jul 21 '19 19:07 yitwail

I also have this problem, where source maps are not being generated.

Edit: actually, technically -- source map is being generated. There's a sourceMappingURL in the generated javascript which is a data url for the generated code. The problem is that this data url does not represent the original sources. Instead, it represents javascript generated by webpack. So, it's useless. (Actually, worse than useless, since it defeats some of chrome's features for working with webpack.)

rdm avatar Jan 08 '20 22:01 rdm

Did anyone get the source maps working already?

pwkip avatar Apr 30 '20 17:04 pwkip