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

feat: add single file support #250

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

dawidsowardx
Copy link
Contributor

No description provided.

Copy link

Phylum Report Link

Copy link

Docker tags
docker.io/radixdlt/connect-button-storybook:sha-d02f1fb
docker.io/radixdlt/connect-button-storybook:pr-250

@@ -54,7 +54,8 @@
],
"scripts": {
"dev": "npm run build -- --watch",
"build": "tsup",
"build": "tsup && npm run build:single",
"build:single": "vite build --config vite-single-file.config.ts && cp dist/radix-dapp-toolkit.bundle.umd.cjs ../../examples/cdn",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why output it to ../../examples/cdn?

@dawidsowardx dawidsowardx merged commit 7bf404b into develop Sep 17, 2024
16 checks passed
Copy link

🎉 This PR is included in version 2.1.0-dev.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@dawidsowardx dawidsowardx deleted the support-single-file-bundle branch September 17, 2024 14:48
Copy link

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants