Documentation assumes everywhere that the builds are never based on concatenation. For example, [manual instrumentation instructions](https://github.com/signalfx/splunk-otel-js-web/blob/main/docs/ManualInstrumentation.md) tell you to use: ``` import {trace} from '@opentelemetry/api' ``` which is impossible to follow when your build is based on concatenation of files (rather than using`import` or `require` statements).