Open breezewish opened 4 years ago
This plugin is designed to treat the packaged AMD module files as an independent module, which can be directly loaded by other platforms using requirejs without other dependencies, so it does not support split runtimeChunk.
Hi,
I tried to use this plugin with
optimization.runtimeChunk
set tosingle
, but it doesn't work.