X Tutup
The Wayback Machine - https://web.archive.org/web/20201209134944/https://github.com/developit/microbundle/issues/690
Skip to content
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

Standalone interface files are not present in the output (v0.12.3) #690

Open
discordelia opened this issue Aug 2, 2020 · 0 comments
Open

Standalone interface files are not present in the output (v0.12.3) #690

discordelia opened this issue Aug 2, 2020 · 0 comments

Comments

@discordelia
Copy link

@discordelia discordelia commented Aug 2, 2020

I have a fairly simple project that can be found here: https://github.com/ninohane/ts-collections (This github account also belongs to me).

When using the microbundle version 0.11.0, the standalone interface files are present in the output. But when using version 0.12.3, the build process does not produce those files anymore.

You can test it by using the repository above. Build it normally and see the interface files are in the ouput. Then change the microbundle version in package.json to 0.12.3 and build it again. The interface files will not be there anymore.

What is the reason for this and how can I fix it? Any help is appreciated.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup