Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support non-webpacker environments (#582)
Webpacker can be defined, but not configured. In this case, treating it like webpacker is not present ``` lib/mini_profiler_rails/railtie_methods.rb:55:in `get_webpacker_assets_path': undefined method `config' for Webpacker:Module (NoMethodError) Did you mean? concerning from lib/mini_profiler_rails/railtie.rb:33:in `initialize!' ``` solution: ensure the full chain is available
- Loading branch information