Open trusktr opened 3 years ago
Are you currently encountering issues with using these files? I haven't yet tried but would appreciate a test case (I don't have much experience with ESM without transpiling)
I'm actually currently using karma-webpack to use ESM, but it will be nice to remove it (it has a perf hit, like 14 seconds in my project for the bundling phase). Working to update electron, and will see how it goes.
I wonder if karma-electron can be updated so that test files can use native
import
syntax (either the browser flavor, or Node.js ESM).