-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Entry file displayed as mod.ts
, even though it is set to something else.
#54
Comments
This is really strange. I'll check this asap. |
@thewizardbear thanks for making this issue. Would you mind trying the following steps for me and reporting back what happens?
|
@t8 I also made this minimal example which has the same issue. This was the {
"name": "entry-file-test-module-2",
"description": "test (see https://github.com/nestdotland/nest.land/issues/241)",
"unlisted": true,
"stable": true,
"files": [
"./main.ts"
]
} |
Thanks for doing this. This is definitely a bug with our latest version. We'll work on a fix for this! I took a look at your maze_generator module, and your egg.json file appears to be valid. It appears that your second test example doesn't specify CC @oganexon |
mod.ts
, even though it is set to something else.mod.ts
, even though it is set to something else.
Fixed in #55. |
This is the same issue that I previously described in nestdotland/nest.land#185, but that was fixed by @MartonDev in nestdotland/nest.land#184.
It seems that exactly the same problem is happening again (see here), despite the entry file still being set to something else (in this case
mod.js
) inegg.json
.The text was updated successfully, but these errors were encountered: