blue-battery-71202
03/20/2023, 1:27 PMSyntaxError: '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.