bugsnag / webpack-bugsnag-plugins

Webpack plugins for common BugSnag actions.
MIT License
32 stars 29 forks source link

feat: Add whitelist of extensions to upload (defaults to [ '.js' ] ) #26

Closed bengourley closed 5 years ago

bengourley commented 5 years ago

CSS files (and maps for them) were being uploaded for no good reason. This feature adds a whitelist of bundle file extensions to upload source maps for. It is unlikely that anyone will ever need anything but ".js" but the option is there just in case.