I have set chunks : 'all' in split chunks. But my js is compiled but it not rendering. Where should I include the chunk file. Can it be achieved without HTMLWebpackPlugin ?
optimization: {
splitChunks: {
cacheGroups: {
vendors: {
chunks: 'all',
test: /\/node_modules\//,
enforce: true,
}
}
}
},
Try to add the created chunk file as chunkFilename.