nystudio107 / annotated-webpack-config

This is the companion github repo for the "An Annotated webpack 4 Config for Frontend Web Development" article.
https://nystudio107.com/blog/an-annotated-webpack-4-config-for-frontend-web-development
MIT License
435 stars 75 forks source link

webpack dev compiled successfully but there is no output and manifest.json #26

Open yingban opened 4 years ago

yingban commented 4 years ago

Hi guys,

I have an issue with my config. The output paths look correct output: { filename: path.join('./js', '[name].[hash].js'), publicPath: settings.devServerConfig.public() + '/', },

and webpack debug log message looks also correct ... Built at: 05/18/2020 4:56:40 PM Asset Size Chunks Chunk Names app.css 71.2 KiB app [emitted] app js/app.e822af95ed9aa5f7dc34.js 1.85 MiB app [emitted] [immutable] app manifest.json 122 bytes [emitted] Entrypoint app = app.css js/app.e822af95ed9aa5f7dc34.js Does anoyone had this issue? Thanks