After migration from webpack 3.6.0 to webpack 4.29.6 and migrate to babel-loader 8.0.0-beta.6 (from 7.1.5) I see the error:
Unchecked runtime.lastError: Could not load file 'content.js' for content script. It isn't UTF-8 encoded.
I did nothing with code, I only have updated versions in package.json.
So, my application doesn't work. Where is the problem here?