<@355080972993036292> Do you know by any chance h...
# best-practices
b
@freezing-piano-2792 Do you know by any chance how to fix this issue:
SyntaxError: 'import' and 'export' may appear only with 'sourceType: module'
While using your package for cucumber?
@badeball/cypress-cucumber-preprocessor/browserify
I would like to import and use this:
import { fromNodeProviderChain } from '@aws-sdk/credential-providers';
However, it is not working as I expect it to be. The setup is the same as in the examples/readmes in the repository. I am thinking about dumping the cucumber support all together due to the lack of support between packages.