Build Issue: After build, files are not accessed with relative paths. I need relative paths like "./src/polyfills.bundle.js"

----------index.html----------


<!-- Polyfills bundle. -->

<script src="src/polyfills.bundle.js" charset="utf-8"> </script>

<!-- SystemJS support. -->

<script src="src/system.bundle.js" charset="utf-8"> </script>

<!-- Import map -->

<script src="src/import-map.json" type="systemjs-importmap" charset="utf-8"> </script>

<script>

    System.import('./index.js').catch(function(err) { console.error(err); })

</script>

@slackmoehrle

I can ask engineering to have a look at this topic.

./src/polyfills.bundle.js

I don’t know what accident happened to you. It can be used on my computer.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.