Can we get a pinia.browser-esm.prod.js cdn file? #3023
-
There is a way to use Pinia standalone in with a cdn link and I did it using import maps, but there is not a prod option and maybe if there was we could omit the @vue/devtools-api also? <script type="importmap">
{
"imports": {
"vue": "https://unpkg.com/vue@3/dist/vue.esm-browser.js",
"@vue/devtools-api": "https://unpkg.com/@vue/[email protected]/lib/esm/index.js",
"pinia": "https://unpkg.com/[email protected]/dist/pinia.esm-browser.js"
}
}
</script> |
Beta Was this translation helpful? Give feedback.
Answered by
porfirioribeiro
Aug 16, 2025
Replies: 1 comment
-
There is an open PR for this #2939 and a open issue here: #2205 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an open PR for this #2939 and a open issue here: #2205