Skip to content

Customize bundle script injecting #29

@vdenisenko-waverley

Description

@vdenisenko-waverley

I would like to customize the output of bundle script injection somehow or disable it at all, but seems it is not possible?

Current result

HEAD
<body>
    BODY
<script  src="myModule.js"></script>
<script  src="myModule1-adb87986.js"></script> <<< caused by dynamic import
<script  src="myModule2-c25eb9cc.js"></script> <<< caused by dynamic import
</body>
</html>

What I need:

HEAD
<body>
    BODY
    <script>
        systemJsLoader.load('myModule.js');
    </script>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions