bugsnag / webpack-bugsnag-plugins

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

update bugsnag-sourcemaps to 1.0.4 #16

Closed httnn closed 6 years ago

httnn commented 6 years ago

also updates other dependencies according to their ranges due to running npm install.

potentially solves #2 since the source map will be saved to a temp directory.

bengourley commented 6 years ago

The current version range should be fine – it specifies ^1.0.3 and the caret ^ means it allows any patch release of 1.0.x but nothing before 1.0.3. If you are stuck with that version it may be that it is in your lockfile.

httnn commented 6 years ago

@bengourley but this repo has a lockfile as well, doesn't that affect which version will be installed?

bengourley commented 6 years ago

No that only affects people who clone this repo and do npm install.

httnn commented 6 years ago

oh right, didn't know that! closing