broccoli-asset-rev icon indicating copy to clipboard operation
broccoli-asset-rev copied to clipboard

how to custom sourcemap filename

Open houfeng0923 opened this issue 7 years ago • 1 comments

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

houfeng0923 avatar Aug 28 '18 12:08 houfeng0923

I'm interested in this as well.

bertdeblock avatar Jan 13 '21 11:01 bertdeblock