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 a1d3618 commit a789e3bCopy full SHA for a789e3b
src/run/paths.ts
@@ -129,7 +129,7 @@ async function deriveSupportPaths(
129
) {
130
const defaultPaths = getFeatureDirectoryPaths(cwd, featurePaths)
131
const requirePaths = await expandPaths(cwd, defaultPaths, '.js')
132
- const importPaths = await expandPaths(cwd, defaultPaths, '.@(mjs)')
+ const importPaths = await expandPaths(cwd, defaultPaths, '.mjs')
133
return { requirePaths, importPaths }
134
}
135
const requirePaths =
0 commit comments