ember-cli / broccoli-asset-rev

Broccoli plugin to add fingerprint checksums and CDN URLs to your assets
MIT License
87 stars 84 forks source link

how to custom sourcemap filename #129

Open houfeng0923 opened 5 years ago

houfeng0923 commented 5 years ago

hi, @rickharrison

now , in ember-cli config , i can generate hash files with sourcemap files, like this:

vendor-fce6de4e72c198ba468a0eb2c83d1fb4.js
vendor-637ec5408a9ef70307a43842b526828d.map

but, we hope the mapfile name is same as origin js file . can broccoli-asset-rev support custom map file name like this:

vendor-fce6de4e72c198ba468a0eb2c83d1fb4.js
vendor-fce6de4e72c198ba468a0eb2c83d1fb4.js.map

thanks

bertdeblock commented 3 years ago

I'm interested in this as well.