With the release of Sprockets 4, it apparently requires me to have an app/assets/config/manifest.js, which I shouldn't need since I'm using webpacker. However, when I updated my application.rb to exclude the sprockets import, the rails webpacker:compile task no longer worked. What is the recommended method to disable sprockets and use webpacker alone? I'm kind of confused on what I need to do, sin