Closed broksonic21 closed 6 months ago
Fixes https://github.com/mondaychen/devtools-ignore-webpack-plugin/issues/4 - adding a function/option to allow extension override (and sicne function, can use advanced logic)
Went with a function vs a list of extensions to match the other option
Open to alternate namings: went with potentialSourceMapExtension but called it out as rarely being needed
potentialSourceMapExtension
Note: I ran npm run format which modified the README.md in a few spots for consistency after I edited it.
npm run format
How about isSourceMapAsset(name)?
isSourceMapAsset(name)
I like it - updated!
Love it. Thanks!
Released as 0.1.2 Please let me know if you see anything not working as expected!
Fixes https://github.com/mondaychen/devtools-ignore-webpack-plugin/issues/4 - adding a function/option to allow extension override (and sicne function, can use advanced logic)
Went with a function vs a list of extensions to match the other option
Open to alternate namings: went with
potentialSourceMapExtension
but called it out as rarely being neededNote: I ran
npm run format
which modified the README.md in a few spots for consistency after I edited it.