Skip to content

Commit 43adbab

Browse files
committed
Extend FAQ a tiny bit
1 parent 20e7ac1 commit 43adbab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [My JSON report isn't generated](#my-json-report-isnt-generated)
88
* [JSON reports aren't generated in open / interactive mode](#json-reports-arent-generated-in-open--interactive-mode)
99
* [I get `cypress_esbuild_preprocessor_1.createBundler is not a function`](#i-get-cypress_esbuild_preprocessor_1createbundler-is-not-a-function)
10+
* [I get `cypress_esbuild_preprocessor_1.default is not a function`](#i-get-cypress_esbuild_preprocessor_1default-is-not-a-function)
1011

1112
## `--env` / `tags` isn't picked up
1213

@@ -49,3 +50,7 @@ import * as createBundler from "@bahmutov/cypress-esbuild-preprocessor";
4950
```
5051

5152
However, I recommend just using `esModuleInterop: true` if you don't fully understand the implications of disabling it.
53+
54+
## I get `cypress_esbuild_preprocessor_1.default is not a function`
55+
56+
See answer above.

0 commit comments

Comments
 (0)