Open ghost opened 5 years ago
I have been having the same issue all afternoon. Just upgraded to Webpack 4.
I fixed this by adding extensionsRegex to the options of ManifestRevisionPlugin
https://github.com/av-guy/flask-headlines/blob/master/webpack.config.js
Thanks for the heads up. I haven't upgraded to webpack 4 yet with this library.
Hello,
I recently upgraded to Webpack 4. Since then the manifest is missing all image assets. The images seem to be emitted by the loaders though, as I can in the console and the output directory. Is there some special configuration needed or is this a bug?
My webpack.config.js looks like this:
const path = require('path'); const webpack = require('webpack');