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
fix: replace __DEV__ with process.env.NODE_ENV for environment checks
Refactor the build process to remove the custom `__DEV__` global declaration and replace it with a more standard `process.env.NODE_ENV !== 'production'` pattern. Adjusted rollup configuration accordingly.
0 commit comments