I would expect the dynamic component code to be part of the chunk instead of inside the main.js file - is this intentional? I see you are importing the message component at the top of app.component.ts:
import { MessageComponent } from './dynamic-modules/message/message.component';
Doesn't this cause it to be part of the main.js file? Maybe i'm missing something