File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,14 +294,14 @@ def _post_init(self, **kwargs):
294294 if env_loglevel or self .loglevel != LogLevel .DEFAULT :
295295 console .set_log_level (env_loglevel or self .loglevel )
296296
297- # Add builtin plugins if not disabled.
298- self ._add_builtin_plugins ()
299-
300297 # Update the config from environment variables.
301298 env_kwargs = self .update_from_env ()
302299 for key , env_value in env_kwargs .items ():
303300 setattr (self , key , env_value )
304301
302+ # Add builtin plugins if not disabled.
303+ self ._add_builtin_plugins ()
304+
305305 # Update default URLs if ports were set
306306 kwargs .update (env_kwargs )
307307 self ._non_default_attributes = set (kwargs .keys ())
Original file line number Diff line number Diff line change @@ -149,4 +149,5 @@ def DEPENDENCIES(cls) -> dict[str, str]:
149149 # This should always match the `react` version in DEPENDENCIES for recharts compatibility.
150150 "react-is" : _react_version ,
151151 "cookie" : "1.0.2" ,
152+ "rollup" : "4.44.2" ,
152153 }
You can’t perform that action at this time.
0 commit comments