somewind / amd-webpack-plugin

make split chunks be AMD modules
MIT License
4 stars 1 forks source link

Single RuntimeChunk Support #5

Open breezewish opened 4 years ago

breezewish commented 4 years ago

Hi,

I tried to use this plugin with optimization.runtimeChunk set to single, but it doesn't work.

somewind commented 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.