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

Code Splitting problem when building #61

Closed
gadget-man opened this issue Dec 5, 2022 · 1 comment
Closed

Code Splitting problem when building #61

gadget-man opened this issue Dec 5, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@gadget-man
Copy link

When running npm start on my dev container, rather than a single .js file being created in the dist folder, I get three files, exactly as described #57

This is also an issue when trying to push the release - GitHub only creates the boilerplate-card.js file, which simply references one of the other files that is then missing from the release.

@gadget-man gadget-man added the bug Something isn't working label Dec 5, 2022
@gadget-man
Copy link
Author

Strangely, I reverted to my previous commit and tested again and it worked fine (as expected). I then gradually added the changes, incrementally checking the build at each stage and by the time I'd got to the end, it was still building as a single file. Odd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant