You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to build in other environments different than production
What happens?
Source maps are not uploaded if the environment is not "production".
The plugin is checking if NODE_ENV === "production"in this line . If it is not production, it won't upload source maps.
What were you expecting to happen?
It should upload to all environments except the development environments like dev, development or test. In my case, I need to upload to staging
What are the steps to reproduce this issue?
What happens?
Source maps are not uploaded if the environment is not "production".
The plugin is checking if
NODE_ENV === "production"
in this line . If it is not production, it won't upload source maps.What were you expecting to happen?
It should upload to all environments except the development environments like dev, development or test. In my case, I need to upload to
staging
What versions are you using?
Package Name: @honeybadger-io/rollup-plugin
Package Version: 5.9.3
The text was updated successfully, but these errors were encountered: