Webpacker: Getting Error In asset precompile step : NoMethodError (undefined method `+' for nil:NilClass) on v5.2.1

Created on 12 Oct 2020  路  2Comments  路  Source: rails/webpacker

I was getting above error in asset precompile step during deployment.

I have also got know to the root cause of this error.

Can i can raise PR for the same.

Most helpful comment

In your webpacker.yml, change the key
resolved_paths:
to
additional_paths:

All 2 comments

In your webpacker.yml, change the key
resolved_paths:
to
additional_paths:

I think this issue can be closed

Was this page helpful?
0 / 5 - 0 ratings