Skip to content

v6 loading module in importmap twice #2349

Closed
@viT-1

Description

Demonstration

demo with v5, which is ok, have two messages in console:
SystemJS bundle file loaded!
Nice to see you, world

Actual Behavior

When I update package to latest version (6.10.2) and run scripts:
npm run deploy
npm run www

In browser (http://localhost:3000/) I have doubled message:
Nice to see you, world _bundle-system.js 48:21_
SystemJS bundle file loaded! _index.js:6:12_
Nice to see you, world _bundle-system.js 48:21_

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions