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
When using chunk-manifest-webpack-plugin with CommonsChunkPlugin, it seems my manifest file is "leaking" into the common chunk's files. I'm including new ChunkManifestPlugin({filename: 'wpManifest.json'}) in my plugins, as well as
When using
chunk-manifest-webpack-plugin
withCommonsChunkPlugin
, it seems my manifest file is "leaking" into the common chunk's files. I'm includingnew ChunkManifestPlugin({filename: 'wpManifest.json'})
in my plugins, as well asLooking in
stats.compilation.chunks
, I see that thevendor
chunk now has the manifest listed in it!Surely that shouldn't be there?
The text was updated successfully, but these errors were encountered: