We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a8cb1 commit fb54318Copy full SHA for fb54318
docs/platforms/javascript/common/install/esm.mdx
@@ -63,8 +63,8 @@ SyntaxError: The requested module '...' does not provide an export named '...'
63
(node:3368) Error: 'import-in-the-middle' failed to wrap 'file://../../path/to/file.js'
64
```
65
66
-You can confirm that these errors are caused by `import-in-the-middle` by
67
-disabling it by setting `registerEsmLoaderHooks` to false. Note, this will also
+To confirm that these errors are caused by `import-in-the-middle`,
+disable it by setting `registerEsmLoaderHooks` to false. Note, this will also
68
disable tracing instrumentation:
69
70
```javascript {tabTitle:ESM} {filename: instrument.mjs} {4}
0 commit comments