We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.some-layer/ another-layer.v2/ nuxt.config.ts
With nuxt.config.ts
nuxt.config.ts
export default defineNuxtConfig({ extends: ['./.some-layer', './another-layer.v2'], })
having a . in directory name result in unwanted behavior due to usage of extname
.
extname
c12/src/loader.ts
Line 258 in 47d8ca8
maybe using fs.stat().isDirectory() would fix it?
fs.stat().isDirectory()
No response
The text was updated successfully, but these errors were encountered:
4adcbbe
Hi. Sorry for getting to this late. Checking fs stat is probably best however for now i have used another workaround to make sure dot is not in the first in last segment. (4adcbbe#diff-0a1342822ff2e711a79fd7036fdc352146751bd42d7d5845a2938f903723f74bR259)
Sorry, something went wrong.
No branches or pull requests
Environment
Reproduction
With
nuxt.config.ts
Describe the bug
having a
.
in directory name result in unwanted behavior due to usage ofextname
c12/src/loader.ts
Line 258 in 47d8ca8
maybe using
fs.stat().isDirectory()
would fix it?Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: