Open svipas opened 7 years ago
Hello,
does it makes sense to use inlineManifest if I have this:
inlineManifest
new webpack.optimize.CommonsChunkPlugin({ names: ['vendor', 'manifest'], minChunks: Infinity }), new ChunkManifestPlugin({ filename: 'chunks-manifest.json', manifestVariable: 'webpackManifest' }),
Or without inlineManifest it doesn't work correctly with html-webpack-plugin?
html-webpack-plugin
@spadgos
Hello,
does it makes sense to use
inlineManifest
if I have this:Or without
inlineManifest
it doesn't work correctly withhtml-webpack-plugin
?