You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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');
The text was updated successfully, but these errors were encountered: