Skip to content

Commit

Permalink
add nil to webpacked_plugins_css_for
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Jan 19, 2024
1 parent 2b35fe0 commit e06460f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/reactjs_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def webpacked_plugins_with_global_js

def webpacked_plugins_css_for(*plugin_names)
Foreman::Deprecation.deprecation_warning('3.12', '`webpacked_plugins_css_for` is deprecated, plugin css is already loaded.')
nil
end

def read_webpack_manifest
Expand Down

0 comments on commit e06460f

Please sign in to comment.