Skip to content
Snippets Groups Projects
  • Tom Robinson's avatar
    e5f78b32
    Fix for React being loaded twice. · e5f78b32
    Tom Robinson authored
    If two chunks (with potentially overlapping modules) are intended to be
    loaded on the same page we need to use CommonsChunkPlugin to extract the
    common dependencies into a commons chunk to prevent some modules from
    being loaded twice. Alternatively we could stop using multiple chunks.
    e5f78b32
    History
    Fix for React being loaded twice.
    Tom Robinson authored
    If two chunks (with potentially overlapping modules) are intended to be
    loaded on the same page we need to use CommonsChunkPlugin to extract the
    common dependencies into a commons chunk to prevent some modules from
    being loaded twice. Alternatively we could stop using multiple chunks.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.