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
{{ message }}
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
I have this config in my webpack file used for a MPA in PHP template
new HtmlWebpackPlugin({ filename: '${VIEWS_PATH}/index.php', template: '${VIEWS_PATH}/index.php', chunks: ['index', 'vendor', 'lib'] }),new HtmlWebpackPlugin({ filename: '${VIEWS_PATH}/product.php', template: '${VIEWS_PATH}/product.php', chunks: ['product', 'vendor', 'lib'] }),How I need to config
preload-webpack-pluginfor preloadasync chunksin a MPA if a have multipleHtmlWebpackPluginentries?